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
This commit is contained in:
Ryan Boren 2004-09-15 03:37:44 +00:00
parent c4a4ee4dff
commit 3d0c99e58c

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