From a60f3571bc125de7d86eb5e684d8b829840b6074 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 20 Jan 2009 20:55:57 +0000 Subject: [PATCH] Revert accidental bits. see #8708 git-svn-id: https://develop.svn.wordpress.org/trunk@10386 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/comment-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }