Use correct textdomain. props knutsp, fixes #17712.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9855641210
commit
667fe521ec
|
@ -15,7 +15,7 @@ get_header(); ?>
|
|||
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
|
||||
|
||||
<nav id="nav-single">
|
||||
<h1 class="assistive-text"><?php _e( 'Post navigation', 'toolbox' ); ?></h1>
|
||||
<h1 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h1>
|
||||
<span class="nav-previous"><?php previous_post_link( '%link', __( '← Previous', 'twentyeleven' ) ); ?></span>
|
||||
<span class="nav-next"><?php next_post_link( '%link', __( 'Next →', 'twentyeleven' ) ); ?></span>
|
||||
</nav><!-- #nav-single -->
|
||||
|
|
Loading…
Reference in New Issue