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:
Sergey Biryukov 2013-11-18 20:19:09 +00:00
parent 10f37f1180
commit 0df020b516

View File

@ -2007,7 +2007,7 @@ function maybe_disable_link_manager() {
* @since 2.9.0
*/
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
if ( $wp_current_db_version < 11557 ) {