Add textdomain. see #13198.

git-svn-id: https://develop.svn.wordpress.org/trunk@14936 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-05-26 05:37:34 +00:00
parent c83a2e895e
commit 49578a78f2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<p class="page-title"><a href="<?php echo get_permalink( $post->post_parent ); ?>" title="<?php esc_attr( printf( __( 'Return to %s', 'twentyten' ), get_the_title( $post->post_parent ) ) ); ?>" rel="gallery"><?php
/* translators: %s - title of parent post */
printf( __( '<span class="meta-nav">&larr;</span> %s' ), get_the_title( $post->post_parent ) );
printf( __( '<span class="meta-nav">&larr;</span> %s', 'twentyten' ), get_the_title( $post->post_parent ) );
?></a></p>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>