From 444d3490eb39c2ca7411f16dcd24fba1dd6d2640 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 6 Nov 2012 14:52:30 -0500 Subject: [PATCH] Doc tweak: variable is actually $isKnown and is a reference Change-Id: Ib68ea809cbda50b445865bcde22ad7583c8e7f38 --- docs/hooks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1