diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index 2651de8c8a..df14d51aab 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -174,13 +174,10 @@ printf( __('Comments should be displayed with the %s comments at the top of each
- __( 'Don’t show Avatars' ), 1 => __( 'Show Avatars' ) ); - foreach ( $yesorno as $key => $value) { - $selected = (get_option('show_avatars') == $key) ? 'checked="checked"' : ''; - echo "\n\t
"; - } -?> +