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
This commit is contained in:
rboren 2004-09-15 03:37:44 +00:00
parent d3b14a607d
commit dfbf01f57b
1 changed files with 1 additions and 1 deletions

View File

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