mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Revert accidental bits. see #8708
git-svn-id: http://svn.automattic.com/wordpress/trunk@10386 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ee73ce298c
commit
cf3f91b0e6
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user