X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FGlobalFunctions.php;h=491a09afa913c5a8987c604a579738776195ec39;hb=d71e043fc7492e9b26cc15323782fae8f0d57e05;hp=795883e648348480ac45fae0cfbb889f16781442;hpb=41f8d01ccac9135bdaa59c6807a874992a274fbb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 795883e648..491a09afa9 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -791,7 +791,13 @@ function wfClientAcceptsGzip() { } /** - * Yay, more global functions! + * Obtain the offset and limit values from the request string; + * used in special pages + * + * @param $deflimit Default limit if none supplied + * @param $optionname Name of a user preference to check against + * @return array + * */ function wfCheckLimits( $deflimit = 50, $optionname = 'rclimit' ) { global $wgRequest;