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 );