Fixed typo: available
Change-Id: If4e28cf04699084ed325835d5ebe1c5900002040
This commit is contained in:
parent
7cbd4c8c21
commit
7cf3765ddf
1 changed files with 2 additions and 2 deletions
|
|
@ -86,10 +86,10 @@ function wfGetCustomMagicWordValue( &$parser, $var1, $var2 ){
|
|||
return "custom: var1 is $var1, var2 is $var2";
|
||||
}
|
||||
|
||||
Note: the 'ParserFirstCallInit' hook is only aviable since 1.12. To work with
|
||||
Note: the 'ParserFirstCallInit' hook is only available since 1.12. To work with
|
||||
an older version, you'll need to use an extension function.
|
||||
|
||||
Online documentation (contains more informations):
|
||||
Magic words: https://www.mediawiki.org/wiki/Manual:Magic_words
|
||||
Variables: https://www.mediawiki.org/wiki/Manual:Variable
|
||||
Parser functions: https://www.mediawiki.org/wiki/Manual:Parser_functions
|
||||
Parser functions: https://www.mediawiki.org/wiki/Manual:Parser_functions
|
||||
|
|
|
|||
Loading…
Reference in a new issue