summaryrefslogtreecommitdiffstats
path: root/wp-includes/wpmu-functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/wpmu-functions.php')
-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;