From 2906ded640d17f037d2ef9d36fac52f4e8a24bc6 Mon Sep 17 00:00:00 2001 From: westi 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: http://svn.automattic.com/wordpress/trunk@14078 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 7ee0d7137..f41639dd5 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