From 49578a78f2346d7d18ac2d0ed3b5ba49081e571c Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 26 May 2010 05:37:34 +0000 Subject: [PATCH] Add textdomain. see #13198. git-svn-id: https://develop.svn.wordpress.org/trunk@14936 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/attachment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyten/attachment.php b/wp-content/themes/twentyten/attachment.php index c1f425e386..14fe382cbb 100644 --- a/wp-content/themes/twentyten/attachment.php +++ b/wp-content/themes/twentyten/attachment.php @@ -17,7 +17,7 @@

← %s' ), get_the_title( $post->post_parent ) ); + printf( __( ' %s', 'twentyten' ), get_the_title( $post->post_parent ) ); ?>

>