Make WordPress Core


Ignore:
Timestamp:
06/07/2011 12:08:01 AM (15 years ago)
Author:
nacin
Message:

Use correct textdomain. props knutsp, fixes #17712.

File:
1 edited

Legend:

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

    r18117 r18174  
    1616
    1717                    <nav id="nav-single">
    18                         <h1 class="assistive-text"><?php _e( 'Post navigation', 'toolbox' ); ?></h1>
     18                        <h1 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h1>
    1919                        <span class="nav-previous"><?php previous_post_link( '%link', __( '&larr; Previous', 'twentyeleven' ) ); ?></span>
    2020                        <span class="nav-next"><?php next_post_link( '%link', __( 'Next &rarr;', 'twentyeleven' ) ); ?></span>
Note: See TracChangeset for help on using the changeset viewer.