diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index bc5a73ecbd..69c0bbd359 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -76,9 +76,46 @@ include('admin-header.php'); +
+ +Gravatars — short for Globally Recognized Avatars — for the pictures that show up next to comments. Plugins may override this.'); ?>
+ + + +| + |
+ __("Don’t show Avatars"), 1 => __('Show Avatars'));
+ foreach ( $yesorno as $key => $value) {
+ $selected = (get_option('show_avatars') == $key) ? 'checked="checked"' : '';
+ 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 "; +endforeach; +?> + + |
+
- +
diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index cfde4b7a5e..680f7ae982 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -34,7 +34,7 @@ include('./admin-header.php');%s'), gmdate(__('Y-m-d G:i:s'))); ?>| + |
+
+
+
+ +/> + + |
+
|---|---|
| + | + + + + + | +
- +
diff --git a/wp-admin/options-reading.php b/wp-admin/options-reading.php index 794af8476d..82c5049af4 100644 --- a/wp-admin/options-reading.php +++ b/wp-admin/options-reading.php @@ -57,34 +57,7 @@ include('admin-header.php'); -- +
diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 95a2a16e1c..645bfc7904 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -57,32 +57,6 @@ endforeach;| - | - - - - -/> - - | -
|---|---|
| - | - - - - - | -
%s, %s, %s.'), wp_generate_password(), wp_generate_password(), wp_generate_password()) ?>
- +