diff --git a/wp-admin/ms-admin.php b/wp-admin/ms-admin.php index 8cd2078188..0a7015ee00 100644 --- a/wp-admin/ms-admin.php +++ b/wp-admin/ms-admin.php @@ -1,23 +1,17 @@ -
+

- +

- " /> +

@@ -52,13 +46,12 @@ $sentence = sprintf( __( 'You have %1$s and %2$s.' ), $blog_text, $user_text );

- " /> +

- - + diff --git a/wp-admin/ms-sites.php b/wp-admin/ms-sites.php index f8dab451d0..fc4f5744cc 100644 --- a/wp-admin/ms-sites.php +++ b/wp-admin/ms-sites.php @@ -118,41 +118,23 @@ switch ( $action ) { + __( 'Public' ) ); + else + $checked_fields = array( + 'public' => __('Public'), + 'archived' => __('Archived'), + 'spam' => __('Spam'), + 'deleted' => __('Deleted'), + 'mature' => __('Mature'), + ); + + foreach ( $checked_fields as $field_key => $field_label ) { + ?> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + $field_key ); ?> /> @@ -691,9 +673,8 @@ switch ( $action ) { -
- -

+
+

diff --git a/wp-admin/ms-users.php b/wp-admin/ms-users.php index 01787697df..ffc1cd69aa 100644 --- a/wp-admin/ms-users.php +++ b/wp-admin/ms-users.php @@ -330,9 +330,9 @@ if ( isset( $_GET['updated'] ) && $_GET['updated'] == 'true' && ! empty( $_GET[' -
-

- +
+

+