From 7278f682f25497fd8dde9593dfa0bae3ad3e82d6 Mon Sep 17 00:00:00 2001 From: nacin Date: Tue, 6 Apr 2010 23:13:44 +0000 Subject: [PATCH] In ms-sites.php blog, display 'mature' option for root blog. Also, small styling cleanups. git-svn-id: http://svn.automattic.com/wordpress/trunk@14022 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/ms-sites.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/wp-admin/ms-sites.php b/wp-admin/ms-sites.php index ca36b10711..e3d3bb0814 100644 --- a/wp-admin/ms-sites.php +++ b/wp-admin/ms-sites.php @@ -120,6 +120,9 @@ switch ( $action ) { + + + __( 'Public' ) ); @@ -129,16 +132,15 @@ switch ( $action ) { 'archived' => __('Archived'), 'spam' => __('Spam'), 'deleted' => __('Deleted'), - 'mature' => __('Mature'), ); - + $checked_fields['mature'] = __( 'Mature' ); foreach ( $checked_fields as $field_key => $field_label ) { ?> - - - $field_key ); ?> /> - + $field_key ); ?> /> +
+ +