diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index a6c07d3bf7..a4a126bc4f 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -462,7 +462,7 @@ function get_comment_link( $comment = null, $args = array() ) { if ( '' === $args['per_page'] && get_option('page_comments') ) $args['per_page'] = get_option('comments_per_page'); - if ( empty($args['per_page']) || is_feed() ) { + if ( empty($args['per_page']) ) { $args['per_page'] = 0; $args['page'] = 0; }