mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Relocate raquo. Props nbachiyski. fixes #8198
git-svn-id: https://develop.svn.wordpress.org/trunk@9767 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fc01c4f845
commit
c65315702d
@ -1281,7 +1281,7 @@ function next_comments_link($label='', $max_page = 0) {
|
||||
return;
|
||||
|
||||
if ( empty($label) )
|
||||
$label = __('» Newer Comments');
|
||||
$label = __('Newer Comments »');
|
||||
|
||||
echo '<a href="' . clean_url( get_comments_pagenum_link( $nextpage, $max_page ) );
|
||||
$attr = apply_filters( 'next_comments_link_attributes', '' );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user