Add textdomain. see #13198.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14936 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-05-26 05:37:34 +00:00
parent 7fb0cc62a6
commit 4a96f93f6b
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(); ?>>