Remove blank data and lines after the closing ?> which can break image display for multisite.

git-svn-id: https://develop.svn.wordpress.org/trunk@14078 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2010-04-13 17:13:28 +00:00
parent a79d5c9964
commit e8f1acbf41

View File

@ -77,5 +77,4 @@ if ( ( $client_last_modified && $client_etag )
// If we made it this far, just serve the file
readfile( $file );
?>
?>