X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/76aea3697c6043c1613370f172395b4f65ee71f0..d3b1ea255664edd2deef17f900a655613d20820d:/wp-admin/options-discussion.php?ds=sidebyside diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index e676dc82..5013ebca 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -1,4 +1,12 @@
-

+ +

+
- + + - + + + + - - - - +
+
@@ -25,14 +36,73 @@ include('admin-header.php');
+
+ +
+ +
+ +
+
@@ -44,36 +114,35 @@ include('admin-header.php');
+

- -
-

+
+

-

+

- +

-

+
+

- +

@@ -85,25 +154,25 @@ include('admin-header.php'); - - - - +
+
__("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; ?> @@ -111,7 +180,7 @@ endforeach;
+

@@ -132,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
+

- - - +