mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Make $wp_local_package explicitly global in wp-settings.php.
Props danielbachhuber. Fixes #34975. git-svn-id: https://develop.svn.wordpress.org/trunk@36557 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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' );
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user