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:
parent
d3b14a607d
commit
dfbf01f57b
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue