From a5e40b661c8a2418be471f63ada1b48e3d69f9cf Mon Sep 17 00:00:00 2001 From: S Page Date: Fri, 18 Jan 2013 14:47:25 -0800 Subject: [PATCH] Document that default timestamp is current time. Change-Id: Ie255ac62a52f5d023f7cd6ffc6c0df91e7a02403 --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 1593085aef..2292e31563 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2441,7 +2441,7 @@ define( 'TS_ISO_8601_BASIC', 9 ); * @param $outputtype Mixed: A timestamp in one of the supported formats, the * function will autodetect which format is supplied and act * accordingly. - * @param $ts Mixed: the timestamp to convert or 0 for the current timestamp + * @param $ts Mixed: optional timestamp to convert, default 0 for the current time * @return Mixed: String / false The same date in the format specified in $outputtype or false */ function wfTimestamp( $outputtype = TS_UNIX, $ts = 0 ) { -- 2.20.1