diff --git a/wp-includes/version.php b/wp-includes/version.php index 45d8e69032..5611bc7c73 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36556'; +$wp_version = '4.5-alpha-36557'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-settings.php b/wp-settings.php index ef1d2cd665..f74f3b057d 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -26,7 +26,7 @@ require( ABSPATH . WPINC . '/default-constants.php' ); * we're including version.php from another install and don't want * these values to be overridden if already set. */ -global $wp_version, $wp_db_version, $tinymce_version, $required_php_version, $required_mysql_version; +global $wp_version, $wp_db_version, $tinymce_version, $required_php_version, $required_mysql_version, $wp_local_package; require( ABSPATH . WPINC . '/version.php' ); /**