wp-includes/wpmu-functions.php:301: header( "X-totalblogs: " . get_blog_count() );
wp-includes/wpmu-functions.php:302: header( "X-rootblog: http://" . $current_site->domain . $current_site->path );
wp-includes/wpmu-functions.php:303: header( "X-created-on: " . $current_blog->registered );
wp-includes/wpmu-functions.php:306: header( "X-wpmu-date: $WPMU_date" );
wp-includes/wp-db.php:504: header( 'Content-Type: text/html; charset=utf-8');
wp-includes/pluggable-functions.php:157: header('Location: ' . get_settings('siteurl') . '/wp-login.php?redirect_to=' . urlencode($_SERVER['REQUEST_URI']));
wp-includes/pluggable-functions.php:170: header("Refresh: 0;url=$location");
wp-includes/pluggable-functions.php:172: header("Location: $location");
wp-includes/classes.php:1495: @header('X-Pingback: '. get_bloginfo('pingback_url'));
wp-includes/classes.php:1497: status_header( 404 );
wp-includes/classes.php:1499: @header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
wp-includes/classes.php:1507: @header("Last-Modified: $wp_last_modified");
wp-includes/classes.php:1508: @header("ETag: $wp_etag");
wp-includes/classes.php:1524: status_header( 304 );
wp-includes/classes.php:1587: status_header( 404 );
wp-includes/classes.php:1589: status_header( 200 );
wp-includes/functions.php:2059: @header("Status: $header $text");
wp-includes/functions.php:2062: @header($text, TRUE, $header);
wp-includes/functions.php:2064: @header("HTTP/1.x $header $text");
wp-includes/functions.php:2069: @ header('Expires: Wed, 11 Jan 1984 05:00:00 GMT');
wp-includes/functions.php:2070: @ header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
wp-includes/functions.php:2071: @ header('Cache-Control: no-cache, must-revalidate, max-age=0');
wp-includes/functions.php:2072: @ header('Pragma: no-cache');
wp-rss2.php:8:header('Content-type: text/xml; charset=' . get_settings('blog_charset'), true);