Index: trunk/extensions/StalePages/StalePages_body.php |
— | — | @@ -54,6 +54,6 @@ |
55 | 55 | $d = $wgLang->timeanddate( wfTimestamp( TS_MW, $result->value ), true ); |
56 | 56 | $title = Title::makeTitle( $result->namespace, $result->title ); |
57 | 57 | $link = $skin->makeKnownLinkObj( $title, htmlspecialchars( $wgContLang->convert( $title->getPrefixedText() ) ) ); |
58 | | - return wfSpecialList($link, $d); |
| 58 | + return $wgLang->specialList( $link, $d ); |
59 | 59 | } |
60 | 60 | } |