Revert accidental bits. see #8708
git-svn-id: https://develop.svn.wordpress.org/trunk@10386 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9dbfa279af
commit
a60f3571bc
|
@ -462,7 +462,7 @@ function get_comment_link( $comment = null, $args = array() ) {
|
||||||
if ( '' === $args['per_page'] && get_option('page_comments') )
|
if ( '' === $args['per_page'] && get_option('page_comments') )
|
||||||
$args['per_page'] = get_option('comments_per_page');
|
$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['per_page'] = 0;
|
||||||
$args['page'] = 0;
|
$args['page'] = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue