From 3d0c99e58ca4eddab80984e5708e0e782bb1b9bb Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@1661 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 58a3446fbe..ea8c6eb94e 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 );