Ticket #8198: comment-link-raquo.diff
File comment-link-raquo.diff, 497 bytes (added by , 17 years ago) |
---|
-
wp-includes/link-template.php
1281 1281 return; 1282 1282 1283 1283 if ( empty($label) ) 1284 $label = __(' » Newer Comments');1284 $label = __('Newer Comments »'); 1285 1285 1286 1286 echo '<a href="' . clean_url( get_comments_pagenum_link( $nextpage, $max_page ) ); 1287 1287 $attr = apply_filters( 'next_comments_link_attributes', '' );