X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/11be8dc178e77d0b46189bbd8e33a216a9b90942..refs/tags/wordpress-2.8:/wp-admin/options-discussion.php diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index f267db22..5013ebca 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -17,7 +17,7 @@ include('admin-header.php');
-

+

@@ -25,7 +25,7 @@ include('admin-header.php'); - - - - - -
+
@@ -36,14 +36,14 @@ include('admin-header.php');
+
+

+
@@ -114,7 +114,7 @@ printf( __('Comments should be displayed with the %s comments at the top of each
+
@@ -124,10 +124,10 @@ printf( __('Comments should be displayed with the %s comments at the top of each
-

+
+

-

+

@@ -135,8 +135,8 @@ printf( __('Comments should be displayed with the %s comments at the top of each
-

+
+

@@ -154,25 +154,25 @@ printf( __('Comments should be displayed with the %s comments at the top of each - - -
+
__("Don’t show Avatars"), 1 => __('Show Avatars')); foreach ( $yesorno as $key => $value) { $selected = (get_option('show_avatars') == $key) ? 'checked="checked"' : ''; - echo "\n\t
"; + echo "\n\t
"; } ?>
+
__('G — Suitable for all audiences'), 'PG' => __('PG — Possibly offensive, usually for audiences 13 and above'), 'R' => __('R — Intended for adult audiences above 17'), 'X' => __('X — Even more mature than above')); foreach ($ratings as $key => $rating) : $selected = (get_option('avatar_rating') == $key) ? 'checked="checked"' : ''; - echo "\n\t
"; + echo "\n\t
"; endforeach; ?> @@ -180,7 +180,7 @@ endforeach;
+

@@ -201,7 +201,7 @@ $size = 32; $avatar_list = ''; foreach ( $avatar_defaults as $default_key => $default_name ) { $selected = ($default == $default_key) ? 'checked="checked" ' : ''; - $avatar_list .= "\n\t