diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index ca445ec610..90e74e381c 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -5,6 +5,8 @@ * @package WordPress */ +require( ABSPATH . WPINC . '/option.php' ); + /** * Convert given date string into a different format. * diff --git a/src/wp-settings.php b/src/wp-settings.php index 93a48be09f..d102daab20 100644 --- a/src/wp-settings.php +++ b/src/wp-settings.php @@ -94,7 +94,6 @@ wp_set_lang_dir(); // Load early WordPress files. require( ABSPATH . WPINC . '/compat.php' ); -require( ABSPATH . WPINC . '/option.php' ); require( ABSPATH . WPINC . '/functions.php' ); require( ABSPATH . WPINC . '/pomo/mo.php' );