From 632bb29658ea144a9695ca4f79f8fcafdccc308c Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 11 Oct 2011 13:00:17 +0000 Subject: [PATCH] Fix usage example of Linker::specialLink() --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Linker.php b/includes/Linker.php index 71a510706f..8c867bb2ef 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -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 */ -- 2.20.1