From 4a96f93f6bf37e1a9eebe7b9b9de0289da9bd5d5 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 26 May 2010 05:37:34 +0000 Subject: [PATCH] Add textdomain. see #13198. git-svn-id: http://svn.automattic.com/wordpress/trunk@14936 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 c1f425e38..14fe382cb 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 ) ); ?>

>