1 May 2005 03:11
phase3/includes Parser.php,1.429,1.430
zhengzhu <zhengzhu <at> users.sourceforge.net>
2005-05-01 01:11:17 GMT
2005-05-01 01:11:17 GMT
Update of /cvsroot/wikipedia/phase3/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1966/includes
Modified Files:
Parser.php
Log Message:
convert link text for category link
Index: Parser.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/Parser.php,v
retrieving revision 1.429
retrieving revision 1.430
diff -C2 -d -r1.429 -r1.430
*** Parser.php 28 Apr 2005 03:30:28 -0000 1.429
--- Parser.php 1 May 2005 01:11:15 -0000 1.430
***************
*** 1342,1346 ****
if ( $ns == NS_CATEGORY ) {
wfProfileIn( "$fname-category" );
! $t = $nt->getText();
$s = rtrim($s . "\n"); # bug 87
--- 1342,1346 ----
if ( $ns == NS_CATEGORY ) {
wfProfileIn( "$fname-category" );
! $t = $wgContLang->convert($nt->getText());
$s = rtrim($s . "\n"); # bug 87
RSS Feed