Ticket #24709: 24709-paginate-comment-links.diff
File 24709-paginate-comment-links.diff, 543 bytes (added by , 11 years ago) |
---|
-
link-template.php
1875 1875 'total' => $max_page, 1876 1876 'current' => $page, 1877 1877 'echo' => true, 1878 'add_fragment' => '#comments' 1878 'add_fragment' => '#comments', 1879 'before_page_link' => '', 1880 'after_page_link' => '' 1879 1881 ); 1880 1882 if ( $wp_rewrite->using_permalinks() ) 1881 1883 $defaults['base'] = user_trailingslashit(trailingslashit(get_permalink()) . 'comment-page-%#%', 'commentpaged');