Make WordPress Core


Ignore:
Timestamp:
05/26/2010 05:35:14 AM (16 years ago)
Author:
nacin
Message:

In Twenty Ten, make classes on larr/rarr consistent, and make sure those are translated. props zeo, see #13198.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/single.php

    r14786 r14935  
    4343                                                        <div id="author-link">
    4444                                                                <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>">
    45                                                                         <?php printf( __( 'View all posts by %s &rarr;', 'twentyten' ), get_the_author() ); ?>
     45                                                                        <?php printf( __( 'View all posts by %s <span class="meta-nav">&rarr;</span>', 'twentyten' ), get_the_author() ); ?>
    4646                                                                </a>
    4747                                                        </div><!-- #author-link -->
Note: See TracChangeset for help on using the changeset viewer.