diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index ae58ad38cc..9d35a271df 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -1071,7 +1071,7 @@ class Walker_Comment extends Walker {
- + %s Says:'), get_comment_author_link()) ?>
comment_approved == '0') : ?> @@ -1132,7 +1132,7 @@ function wp_list_comments($args = array(), $comments = null ) { $comment_depth = 1; $defaults = array('walker' => null, 'depth' => '', 'style' => 'ul', 'callback' => null, 'end-callback' => null, 'type' => 'all', - 'page' => get_query_var('cpage'), 'per_page' => ''); + 'page' => get_query_var('cpage'), 'per_page' => '', 'avatar_size' => 32); $r = wp_parse_args( $args, $defaults );