From 792e8b149d8e1e3882bf9f6a1a8c752502bbb56c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 1 Apr 2005 16:24:04 +0000 Subject: [PATCH] Documentation to explain what that $par string does exactly.. --- includes/SpecialAllpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialAllpages.php b/includes/SpecialAllpages.php index dc99d9d10b..35ad709588 100644 --- a/includes/SpecialAllpages.php +++ b/includes/SpecialAllpages.php @@ -7,7 +7,7 @@ /** * Entry point : initialise variables and call subfunctions. - * @param string $par ????? (default NULL) + * @param string $par Becomes "FOO" when called like Special:Allpages/FOO (default NULL) */ function wfSpecialAllpages( $par=NULL ) { global $indexMaxperpage, $toplevelMaxperpage, $wgRequest, $wgOut, $wgContLang; -- 2.20.1