From: Chad Horohoe Date: Tue, 6 Nov 2012 19:52:30 +0000 (-0500) Subject: Doc tweak: variable is actually $isKnown and is a reference X-Git-Tag: 1.31.0-rc.0~21727^2 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=444d3490eb39c2ca7411f16dcd24fba1dd6d2640;p=lhc%2Fweb%2Fwiklou.git Doc tweak: variable is actually $isKnown and is a reference Change-Id: Ib68ea809cbda50b445865bcde22ad7583c8e7f38 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 998523f334..94cf08ebf5 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2110,7 +2110,7 @@ $result: Boolean; whether MediaWiki currently thinks this is a CSS/JS page. Hook Allows overriding default behaviour for determining if a page exists. If $isKnown is kept as null, regular checks happen. If it's a boolean, this value is returned by the isKnown method. $title: Title object that is being checked -$result: Boolean|null; whether MediaWiki currently thinks this page is known +&$isKnown: Boolean|null; whether MediaWiki currently thinks this page is known 'TitleIsMovable': Called when determining if it is possible to move a page. Note that this hook is not called for interwiki pages or pages in immovable namespaces: for these, isMovable() always returns false.