diff -r f507feede89a -r 09a1c134465b web/wp-admin/options-discussion.php --- a/web/wp-admin/options-discussion.php Wed Dec 19 12:35:13 2012 -0800 +++ b/web/wp-admin/options-discussion.php Wed Dec 19 17:46:52 2012 -0800 @@ -71,7 +71,8 @@ /> -'); ?> +'); ?> + /> @@ -79,7 +80,7 @@ $maxdeep = (int) apply_filters( 'thread_comments_depth_max', 10 ); -$thread_comments_depth = ''; +$thread_comments_depth = ''; for ( $i = 2; $i <= $maxdeep; $i++ ) { $thread_comments_depth .= " +?> + /> - __( 'Don’t show Avatars' ), 1 => __( 'Show Avatars' ) ); - foreach ( $yesorno as $key => $value) { - $selected = (get_option('show_avatars') == $key) ? 'checked="checked"' : ''; - echo "\n\t $value"; - } -?> + + /> + +