summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/wpmu-functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-inst/wp-includes/wpmu-functions.php')
-rw-r--r--wp-inst/wp-includes/wpmu-functions.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/wp-inst/wp-includes/wpmu-functions.php b/wp-inst/wp-includes/wpmu-functions.php
index 794aa83..1d8aab6 100644
--- a/wp-inst/wp-includes/wpmu-functions.php
+++ b/wp-inst/wp-includes/wpmu-functions.php
@@ -279,6 +279,14 @@ SITE_NAME" ) );
return "ok";
}
+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;