X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/699231ae09f7057a4d0000cdf32e50a3df6a04ca..ae01624bdce6b71c47e08e8a0287de58284a6b73:/wp-admin/options-discussion.php diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index b2110a29..e9bb1a67 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -19,7 +19,7 @@ add_contextual_help($current_screen, '

' . __('This screen provides many options for controlling the management and display of comments and links to your posts/pages. So many, in fact, they won’t all fit here! :) Use the documentation link below to get information on what each discussion setting does.') . '

' . '

' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '

' . '

' . __('For more information:') . '

' . - '

' . __('Discussion Settings Documentation') . '

' . + '

' . __('Documentation on Discussion Settings') . '

' . '

' . __('Support Forums') . '

' ); @@ -60,7 +60,7 @@ include('./admin-header.php');
@@ -141,7 +141,7 @@ printf( __('Comments should be displayed with the %s comments at the top of each

- +

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

- +

@@ -212,7 +212,8 @@ $avatar_defaults = array( 'gravatar_default' => __('Gravatar Logo'), 'identicon' => __('Identicon (Generated)'), 'wavatar' => __('Wavatar (Generated)'), - 'monsterid' => __('MonsterID (Generated)') + 'monsterid' => __('MonsterID (Generated)'), + 'retro' => __('Retro (Generated)') ); $avatar_defaults = apply_filters('avatar_defaults', $avatar_defaults); $default = get_option('avatar_default'); @@ -240,9 +241,7 @@ echo apply_filters('default_avatar_select', $avatar_list); -

- -

+