From bbe420ed171ba4ec4f4cf55b6a4fab7ee4b2c361 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 13 Apr 2007 17:26:47 +0000 Subject: [PATCH] *Add param to doc comment --- includes/GlobalFunctions.php | 1 + 1 file changed, 1 insertion(+) 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 ) { -- 2.20.1