From 59d31d8c5ecfdf40c7c379150c32412c6ad5cf95 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 19 Jan 2010 17:01:39 +0000 Subject: [PATCH] Formatting cleanups git-svn-id: https://develop.svn.wordpress.org/trunk@12760 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 17a45c0fbb..f6520aad30 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 ] . '"';