mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-01 16:51:18 +03:00
Reorder includes to be alphabetic
This commit is contained in:
parent
c04421f980
commit
b7bec72db3
|
@ -28,13 +28,13 @@ function load() {
|
||||||
require_once get_includes_path() . 'authentication.php';
|
require_once get_includes_path() . 'authentication.php';
|
||||||
require_once get_includes_path() . 'contributor.php';
|
require_once get_includes_path() . 'contributor.php';
|
||||||
require_once get_includes_path() . 'email.php';
|
require_once get_includes_path() . 'email.php';
|
||||||
require_once get_includes_path() . 'pledge.php';
|
|
||||||
require_once get_includes_path() . 'pledge-meta.php';
|
|
||||||
require_once get_includes_path() . 'pledge-form.php';
|
|
||||||
require_once get_includes_path() . 'xprofile.php';
|
|
||||||
require_once get_includes_path() . 'endpoints.php';
|
require_once get_includes_path() . 'endpoints.php';
|
||||||
require_once get_includes_path() . 'miscellaneous.php';
|
require_once get_includes_path() . 'miscellaneous.php';
|
||||||
|
require_once get_includes_path() . 'pledge.php';
|
||||||
|
require_once get_includes_path() . 'pledge-form.php';
|
||||||
|
require_once get_includes_path() . 'pledge-meta.php';
|
||||||
require_once get_includes_path() . 'stats.php';
|
require_once get_includes_path() . 'stats.php';
|
||||||
|
require_once get_includes_path() . 'xprofile.php';
|
||||||
|
|
||||||
// The logger expects things like `$_POST` which aren't set during unit tests.
|
// The logger expects things like `$_POST` which aren't set during unit tests.
|
||||||
if ( ! $running_unit_tests ) {
|
if ( ! $running_unit_tests ) {
|
||||||
|
|
Loading…
Reference in a new issue