From dfbf01f57bd1a3eff96995ef809448bb287c78c7 Mon Sep 17 00:00:00 2001 From: rboren Date: Wed, 15 Sep 2004 03:37:44 +0000 Subject: [PATCH] Mark "more" link text for translation, just for grins. Bug 119. git-svn-id: http://svn.automattic.com/wordpress/trunk@1661 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-smarty.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-smarty.php b/wp-includes/class-smarty.php index 58a3446fb..ea8c6eb94 100644 --- a/wp-includes/class-smarty.php +++ b/wp-includes/class-smarty.php @@ -176,7 +176,7 @@ $wpsmarty->register_function( 'the_author', 'the_author' ); function smarty_the_content( $params ) { - $more_link_text='(more...)'; + $more_link_text= __('(more...)'); $stripteaser=0; $more_file=''; extract( $params );