--- a/web/wp-admin/includes/class-wp-importer.php Wed Dec 19 12:35:13 2012 -0800
+++ b/web/wp-admin/includes/class-wp-importer.php Wed Dec 19 17:46:52 2012 -0800
@@ -132,9 +132,6 @@
exit();
}
$blog_id = (int) $blog->blog_id;
- // Restore global $current_blog
- global $current_blog;
- $current_blog = $blog;
}
if ( function_exists( 'is_multisite' ) ) {
@@ -212,8 +209,6 @@
* @return bool
*/
function is_user_over_quota() {
- global $current_blog;
-
if ( function_exists( 'upload_is_user_over_quota' ) ) {
if ( upload_is_user_over_quota( 1 ) ) {
echo "Sorry, you have used your upload quota.\n";