Make WordPress Core


Ignore:
Timestamp:
12/04/2008 08:26:43 PM (16 years ago)
Author:
westi
Message:

Link to comments on the page they are on. Fixes #8488 props johnconners.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-template.php

    r9855 r10043  
    461461
    462462    if ( '' === $args['per_page'] && get_option('page_comments') )
    463         $args['per_page'] = get_query_var('comments_per_page');
     463        $args['per_page'] = get_option('comments_per_page');
    464464
    465465    if ( empty($args['per_page']) ) {
Note: See TracChangeset for help on using the changeset viewer.