Link to comments on the page they are on. Fixes #8488 props johnconners.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10043 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cfbc31027e
commit
7f357e7188
|
@ -460,7 +460,7 @@ function get_comment_link( $comment = null, $args = array() ) {
|
|||
$args = wp_parse_args( $args, $defaults );
|
||||
|
||||
if ( '' === $args['per_page'] && get_option('page_comments') )
|
||||
$args['per_page'] = get_query_var('comments_per_page');
|
||||
$args['per_page'] = get_option('comments_per_page');
|
||||
|
||||
if ( empty($args['per_page']) ) {
|
||||
$args['per_page'] = 0;
|
||||
|
|
Loading…
Reference in New Issue