mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-07 11:15:44 +03:00
parent
152964f5cf
commit
fda5842e86
4 changed files with 284 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