refactor: clean up internal dependency management
This commit is contained in:
parent
af14415067
commit
5de6719b9a
7 changed files with 38 additions and 11 deletions
|
@ -14,7 +14,7 @@
|
|||
* @since 2.5.5 Bugfix: Stylesheets: minify to shrink the carbon footprint, increase speed and implement best practice, thanks to @docteurfitness issue report.
|
||||
*/
|
||||
|
||||
require_once dirname( __FILE__ ) . '/class-footnotes-layout-init.php';
|
||||
require_once plugin_dir_path( dirname( __FILE__ ) ). 'layout/class-footnotes-layout-init.php';
|
||||
|
||||
/**
|
||||
* Layout Engine for the administration dashboard.
|
||||
|
|
Reference in a new issue