diff --git a/wp-includes/load.php b/wp-includes/load.php index a6ad0222a2..7ffac2f662 100644 --- a/wp-includes/load.php +++ b/wp-includes/load.php @@ -132,7 +132,6 @@ function wp_check_php_mysql_versions() { function wp_favicon_request() { if ( '/favicon.ico' == $_SERVER['REQUEST_URI'] ) { header('Content-Type: image/vnd.microsoft.icon'); - header('Content-Length: 0'); exit; } } diff --git a/wp-includes/version.php b/wp-includes/version.php index ca0d9fd5c1..0fe7ecddee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33934'; +$wp_version = '4.4-alpha-33935'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.