Make WordPress Core

Ticket #8198: comment-link-raquo.diff

File comment-link-raquo.diff, 497 bytes (added by nbachiyski, 17 years ago)
  • wp-includes/link-template.php

     
    12811281                return;
    12821282
    12831283        if ( empty($label) )
    1284                 $label = __('» Newer Comments');
     1284                $label = __('Newer Comments »');
    12851285
    12861286        echo '<a href="' . clean_url( get_comments_pagenum_link( $nextpage, $max_page ) );
    12871287        $attr = apply_filters( 'next_comments_link_attributes', '' );