Fix usage example of Linker::specialLink()
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 11 Oct 2011 13:00:17 +0000 (13:00 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 11 Oct 2011 13:00:17 +0000 (13:00 +0000)
includes/Linker.php

index 71a5107..8c867bb 100644 (file)
@@ -866,7 +866,7 @@ class Linker {
        /**
         * Make a link to a special page given its name and, optionally,
         * a message key from the link text.
-        * Usage example: $skin->specialLink( 'recentchanges' )
+        * Usage example: Linker::specialLink( 'Recentchanges' )
         *
         * @return string
         */