From 1551a9298b3a86371260f5e278271845e9c9bed5 Mon Sep 17 00:00:00 2001
From: matt 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;
+?>
+
+
+
-
@@ -82,7 +82,8 @@ foreach ( $offset_range as $offset ) {
UTC time is %s
'), gmdate(__('Y-m-d G:i:s'))); ?>
-%2$s'), $current_offset_name, gmdate(__('Y-m-d G:i:s'), current_time('timestamp'))); ?>
+%2$s'), $current_offset_name, gmdate(__('Y-m-d G:i:s'), current_time('timestamp'))); ?>
+
diff --git a/wp-admin/options-misc.php b/wp-admin/options-misc.php
index d7a8b1b71b..6cf0c154cb 100644
--- a/wp-admin/options-misc.php
+++ b/wp-admin/options-misc.php
@@ -38,8 +38,36 @@ 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()) ?>
- +