[wp-cvs] wordpress/wp-includes class-smarty.php,1.1,1.2
Ryan Boren
rboren at users.sourceforge.net
Wed Sep 15 03:37:46 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2542
Modified Files:
class-smarty.php
Log Message:
Mark "more" link text for translation, just for grins. Bug 119.
Index: class-smarty.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/class-smarty.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** class-smarty.php 11 Dec 2003 00:22:36 -0000 1.1
--- class-smarty.php 15 Sep 2004 03:37:44 -0000 1.2
***************
*** 177,181 ****
function smarty_the_content( $params )
{
! $more_link_text='(more...)';
$stripteaser=0;
$more_file='';
--- 177,181 ----
function smarty_the_content( $params )
{
! $more_link_text= __('(more...)');
$stripteaser=0;
$more_file='';
More information about the cvs
mailing list