summaryrefslogtreecommitdiffstats
path: root/wp-includes
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-04 15:22:29 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-04 15:22:29 +0000
commit4e1840567151765e4beeb6f9b748033a4137f7d2 (patch)
treedeb47b724531293bfcbefc8e7a4dafdb00259235 /wp-includes
parent3cc1e1170928773f76aad938f37fd07539206c05 (diff)
downloadwordpress-mu-4e1840567151765e4beeb6f9b748033a4137f7d2.tar.gz
wordpress-mu-4e1840567151765e4beeb6f9b748033a4137f7d2.tar.xz
wordpress-mu-4e1840567151765e4beeb6f9b748033a4137f7d2.zip
Removed header information, fixes #434
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1063 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes')
-rw-r--r--wp-includes/wpmu-functions.php10
1 files changed, 0 insertions, 10 deletions
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;