Relocate raquo. Props nbachiyski. fixes #8198

git-svn-id: http://svn.automattic.com/wordpress/trunk@9767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-18 22:46:56 +00:00
parent 7513c5a569
commit db067b4335

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