From: Kartik Mistry Date: Sat, 15 Mar 2014 12:59:40 +0000 (+0530) Subject: Fixed typo: available X-Git-Tag: 1.31.0-rc.0~16611 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=7cf3765ddf49e0f018682cc01c044bf1f8a0167d;p=lhc%2Fweb%2Fwiklou.git Fixed typo: available Change-Id: If4e28cf04699084ed325835d5ebe1c5900002040 --- diff --git a/docs/magicword.txt b/docs/magicword.txt index 46fcecc7af..6b4d37ee3e 100644 --- a/docs/magicword.txt +++ b/docs/magicword.txt @@ -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 \ No newline at end of file +Parser functions: https://www.mediawiki.org/wiki/Manual:Parser_functions