From: Ævar Arnfjörð Bjarmason Date: Fri, 1 Apr 2005 16:24:04 +0000 (+0000) Subject: Documentation to explain what that $par string does exactly.. X-Git-Tag: 1.5.0alpha1~430 X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=commitdiff_plain;h=792e8b149d8e1e3882bf9f6a1a8c752502bbb56c;p=lhc%2Fweb%2Fwiklou.git Documentation to explain what that $par string does exactly.. --- 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;