X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/7688c6ba71852cd89123b62b2d57683535e4702a..refs/tags/wordpress-2.5.1:/wp-admin/options-discussion.php diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index 78deefdd..69c0bbd3 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -1,84 +1,122 @@
-

+

-

-
-('.__('These settings may be overridden for individual articles.').')'; ?> -
    -
  • + + + + + + + + + + + + + + + + + + + + + +
    - -
  • +
    -
  • -
  • +
    -
  • - - -
    - -
      -
    • +
      + +
    - -
  • +
    -
  • - - -
    - -
      -
    • +
    - -
  • -
  • - - -
    - +
    + +
    + +

    ' ) ?>

    -

    moderation queue. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?>

    +

    moderation queue. One word or IP per line. It will match inside words, so "press" will match "WordPress".') ?>

    - +

    - -
    - +

    - +

    - +
    + +

    + +

    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; +?> + +
    + +

    - - + +