From a06a4c6b70556c867eb8fb0d947d5d8662784dd2 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 19 Jan 2010 17:01:39 +0000 Subject: [PATCH] Formatting cleanups git-svn-id: http://svn.automattic.com/wordpress/trunk@12760 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/ms-admin.php | 2 +- wp-admin/ms-sites.php | 12 ++-- wp-admin/ms-users.php | 2 +- wp-includes/ms-functions.php | 6 +- wp-includes/ms-settings.php | 123 +++++++++++++++++------------------ 5 files changed, 71 insertions(+), 74 deletions(-) diff --git a/wp-admin/ms-admin.php b/wp-admin/ms-admin.php index 17a45c0fb..f6520aad3 100644 --- a/wp-admin/ms-admin.php +++ b/wp-admin/ms-admin.php @@ -29,7 +29,7 @@ $title = __( 'Site Admin' ); ?>
-

+

"; $msg .= "If you suspect a problem please report it to the support forums but you must include the information asked for in the WPMU bug reporting guidelines!

"; - if( is_file( 'release-info.txt' ) ) { + if ( is_file( 'release-info.txt' ) ) { $msg .= 'Your bug report must include the following text: "'; $info = file( 'release-info.txt' ); $msg .= $info[ 4 ] . '"';