mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-16 07:15:43 +03:00
parent
e4deb6809a
commit
05f8eaa4aa
4 changed files with 283 additions and 1 deletions
|
@ -34,6 +34,7 @@ function load() {
|
|||
require_once get_includes_path() . 'xprofile.php';
|
||||
require_once get_includes_path() . 'endpoints.php';
|
||||
require_once get_includes_path() . 'miscellaneous.php';
|
||||
require_once get_includes_path() . 'stats.php';
|
||||
|
||||
// The logger expects things like `$_POST` which aren't set during unit tests.
|
||||
if ( ! $running_unit_tests ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue