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 ] . '"';