Multsite: Flush output buffer after readfile() in ms-files.php.

Props fuscata, MikeLittle for testing, iamfriendly for testing.
Fixes #14730.

Built from https://develop.svn.wordpress.org/trunk@38662


git-svn-id: http://core.svn.wordpress.org/trunk@38605 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2016-09-27 20:05:28 +00:00
parent d3b9431ab9
commit 7d6c7b441d
2 changed files with 2 additions and 1 deletions

View File

@ -80,3 +80,4 @@ if ( ( $client_last_modified && $client_etag )
// If we made it this far, just serve the file
readfile( $file );
flush();

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38661';
$wp_version = '4.7-alpha-38662';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.