http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72326

Revision: 72326
Author:   platonides
Date:     2010-09-03 22:10:07 +0000 (Fri, 03 Sep 2010)

Log Message:
-----------
Follow-up r72319. Use linkKnown() and skip a few parameters.

Modified Paths:
--------------
    trunk/phase3/includes/Linker.php

Modified: trunk/phase3/includes/Linker.php
===================================================================
--- trunk/phase3/includes/Linker.php    2010-09-03 22:09:45 UTC (rev 72325)
+++ trunk/phase3/includes/Linker.php    2010-09-03 22:10:07 UTC (rev 72326)
@@ -776,7 +776,7 @@
        function specialLink( $name, $key = '' ) {
                if ( $key == '' ) { $key = strtolower( $name ); }
 
-               return $this->link( SpecialPage::getTitleFor( $name ) , wfMsg( 
$key ), array(), array(), array( 'known', 'noclasses' ) );
+               return $this->linkKnown( SpecialPage::getTitleFor( $name ) , 
wfMsg( $key ) );
        }
 
        /**



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to