Add textdomain. see #13198.
git-svn-id: https://develop.svn.wordpress.org/trunk@14936 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c83a2e895e
commit
49578a78f2
|
@ -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
|
<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 */
|
/* translators: %s - title of parent post */
|
||||||
printf( __( '<span class="meta-nav">←</span> %s' ), get_the_title( $post->post_parent ) );
|
printf( __( '<span class="meta-nav">←</span> %s', 'twentyten' ), get_the_title( $post->post_parent ) );
|
||||||
?></a></p>
|
?></a></p>
|
||||||
|
|
||||||
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||||
|
|
Loading…
Reference in New Issue