Fix usage example of Linker::specialLink()
This commit is contained in:
parent
462319d089
commit
632bb29658
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue