mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-45618 Fix @since PHPdoc tags.
This commit is contained in:
parent
a929fd50f9
commit
5bcfd504df
110 changed files with 191 additions and 191 deletions
|
@ -2174,7 +2174,7 @@ function userdate($date, $format = '', $timezone = 99, $fixday = true, $fixhour
|
|||
* @param string $format strftime format.
|
||||
* @param int|float $tz the numerical timezone, typically returned by {@link get_user_timezone_offset()}.
|
||||
* @return string the formatted date/time.
|
||||
* @since 2.3.3
|
||||
* @since Moodle 2.3.3
|
||||
*/
|
||||
function date_format_string($date, $format, $tz = 99) {
|
||||
global $CFG;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue