Index: trunk/phase3/includes/PageQueryPage.php |
— | — | @@ -21,6 +21,6 @@ |
22 | 22 | if ( $title instanceof Title ) { |
23 | 23 | $text = $wgContLang->convert( $title->getPrefixedText() ); |
24 | 24 | } |
25 | | - return $skin->link( $title, htmlspecialchars( $text ), array(), array(), array('known', 'noclasses') ); |
| 25 | + return Linker::linkKnown( $title, htmlspecialchars( $text ) ); |
26 | 26 | } |
27 | 27 | } |