From 1c4872fdea4e8eabfaee53f072fe1f50b604bc4b Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@14022 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 ); ?> /> +
+ +