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:
Ryan Boren 2008-11-18 22:46:56 +00:00
parent fc01c4f845
commit c65315702d
1 changed files with 1 additions and 1 deletions

View File

@ -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', '' );