refactor: rename version constant
This commit is contained in:
parent
748eda717b
commit
4bcd8991ca
2 changed files with 6 additions and 4 deletions
|
@ -35,8 +35,10 @@ if ( ! defined( 'WPINC' ) ) {
|
|||
|
||||
/**
|
||||
* Current plugin version.
|
||||
*
|
||||
* @since 2.1.4
|
||||
*/
|
||||
define( 'C_STR_FOOTNOTES_VERSION', '2.8.0d' );
|
||||
define( 'PLUGIN_VERSION', '2.8.0d' );
|
||||
|
||||
/**
|
||||
* Defines the current environment ('development' or 'production').
|
||||
|
|
Reference in a new issue