From 4e1840567151765e4beeb6f9b748033a4137f7d2 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 4 Oct 2007 15:22:29 +0000 Subject: Removed header information, fixes #434 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1063 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/wpmu-functions.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'wp-includes') diff --git a/wp-includes/wpmu-functions.php b/wp-includes/wpmu-functions.php index 92f942a..b79d1a0 100644 --- a/wp-includes/wpmu-functions.php +++ b/wp-includes/wpmu-functions.php @@ -73,16 +73,6 @@ function wpmu_checkAvailableSpace($action) { } add_filter('fileupload_init','wpmu_checkAvailableSpace'); -if( defined( "WP_INSTALLING" ) == false ) { - header( "X-totalblogs: " . get_blog_count() ); - header( "X-rootblog: http://" . $current_site->domain . $current_site->path ); - header( "X-created-on: " . $current_blog->registered ); - - if( empty( $WPMU_date ) == false ) - header( "X-wpmu-date: $WPMU_date" ); -} - - function get_blogaddress_by_id( $blog_id ) { global $hostname, $domain, $base, $wpdb; -- cgit