refactor: redo remaining settings
Note: the already-deprecated `FOOTNOTES_EXPERT_MODE`, `CUSTOM_CSS` and `CUSTOM_CSS_LEGACY_MODE_ENABLE` settings have been dropped. The original `CUSTOM_CSS_NEW` setting has been renamed to `CUSTOM_CSS`.
This commit is contained in:
parent
08bc338690
commit
bdb7dee5ee
16 changed files with 445 additions and 584 deletions
|
@ -192,7 +192,6 @@ class Core {
|
|||
require_once plugin_dir_path( __DIR__ ) . 'public/class-general.php';
|
||||
|
||||
$this->loader = new Loader();
|
||||
|
||||
}
|
||||
/**
|
||||
* Define the locale for this plugin for internationalization.
|
||||
|
|
Reference in a new issue