move files around
This commit is contained in:
parent
9b4aa7ba9f
commit
508db52021
6 changed files with 114 additions and 17 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace footnotes\includes\settings;
|
||||
namespace footnotes\includes\settings\customcss;
|
||||
|
||||
require_once plugin_dir_path( __DIR__ ) . 'settings/class-settings-section.php';
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace footnotes\includes\settings;
|
||||
namespace footnotes\includes\settings\general;
|
||||
|
||||
require_once plugin_dir_path( __DIR__ ) . 'settings/class-settings-section.php';
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace footnotes\includes\settings;
|
||||
namespace footnotes\includes\settings\referrersandtooltips;
|
||||
|
||||
require_once plugin_dir_path( __DIR__ ) . 'settings/class-settings-section.php';
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace footnotes\includes\settings;
|
||||
namespace footnotes\includes\settings\scopeandpriority;
|
||||
|
||||
require_once plugin_dir_path( __DIR__ ) . 'settings/class-settings-section.php';
|
||||
|
Reference in a new issue