mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-24 10:09:47 +01:00
Remove unused global reference. props jeremyfelt. fixes #26103.
Built from https://develop.svn.wordpress.org/trunk@26251 git-svn-id: http://core.svn.wordpress.org/trunk@26157 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
10f37f1180
commit
0df020b516
@ -2007,7 +2007,7 @@ function maybe_disable_link_manager() {
|
|||||||
* @since 2.9.0
|
* @since 2.9.0
|
||||||
*/
|
*/
|
||||||
function pre_schema_upgrade() {
|
function pre_schema_upgrade() {
|
||||||
global $wp_current_db_version, $wp_db_version, $wpdb;
|
global $wp_current_db_version, $wpdb;
|
||||||
|
|
||||||
// Upgrade versions prior to 2.9
|
// Upgrade versions prior to 2.9
|
||||||
if ( $wp_current_db_version < 11557 ) {
|
if ( $wp_current_db_version < 11557 ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user