move files around

This commit is contained in:
Ben Goldsworthy 2021-05-30 07:40:40 +01:00
parent 9b4aa7ba9f
commit 508db52021
6 changed files with 114 additions and 17 deletions

View file

@ -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';

View file

@ -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';

View file

@ -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';

View file

@ -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';