From: Aaron Schulz Date: Fri, 13 Apr 2007 17:26:47 +0000 (+0000) Subject: *Add param to doc comment X-Git-Tag: 1.31.0-rc.0~53401 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=bbe420ed171ba4ec4f4cf55b6a4fab7ee4b2c361;p=lhc%2Fweb%2Fwiklou.git *Add param to doc comment --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 58b5e2ce3f..e93bfdb44a 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2038,6 +2038,7 @@ function wfExplodeMarkup( $separator, $text ) { * @param $sourceBase int 2-36 * @param $destBase int 2-36 * @param $pad int 1 or greater + * @param $lowercase bool * @return string or false on invalid input */ function wfBaseConvert( $input, $sourceBase, $destBase, $pad=1, $lowercase=true ) {