Remove blank data and lines after the closing ?> which can break image display for multisite.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eec2968be7
commit
2906ded640
|
@ -77,5 +77,4 @@ if ( ( $client_last_modified && $client_etag )
|
||||||
|
|
||||||
// If we made it this far, just serve the file
|
// If we made it this far, just serve the file
|
||||||
readfile( $file );
|
readfile( $file );
|
||||||
|
?>
|
||||||
?>
|
|
Loading…
Reference in New Issue