fix: correct constant name
This commit is contained in:
parent
d201d7e705
commit
11c2af6f9c
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ abstract class MCI_Footnotes_Layout_Engine {
|
||||||
* automated update of version number for cache busting.
|
* automated update of version number for cache busting.
|
||||||
* No need to use '-styles' in the handle, as '-css' is appended automatically.
|
* No need to use '-styles' in the handle, as '-css' is appended automatically.
|
||||||
*/
|
*/
|
||||||
if ( true === C_BOOL_CSS_PRODUCTION_MODE ) {
|
if ( true === PRODUCTION_ENV ) {
|
||||||
|
|
||||||
wp_register_style( 'mci-footnotes-admin', plugins_url( 'footnotes/css/settings.min.css' ), array(), C_STR_FOOTNOTES_VERSION );
|
wp_register_style( 'mci-footnotes-admin', plugins_url( 'footnotes/css/settings.min.css' ), array(), C_STR_FOOTNOTES_VERSION );
|
||||||
|
|
||||||
|
|
Reference in a new issue