From e8f1acbf4138bfcdfa2049723690bf50cd2d1514 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Tue, 13 Apr 2010 17:13:28 +0000 Subject: [PATCH] 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 --- wp-includes/ms-files.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/ms-files.php b/wp-includes/ms-files.php index 7ee0d7137f..f41639dd51 100644 --- a/wp-includes/ms-files.php +++ b/wp-includes/ms-files.php @@ -77,5 +77,4 @@ if ( ( $client_last_modified && $client_etag ) // If we made it this far, just serve the file readfile( $file ); - -?> +?> \ No newline at end of file