Ticket #26185: 26185.date_i18n.diff
File 26185.date_i18n.diff, 827 bytes (added by , 11 years ago) |
---|
-
wp-includes/functions.php
80 80 * 81 81 * @since 0.71 82 82 * 83 * @param string $dateformatstring Format to display the date. 84 * @param int $unixtimestamp Optional. Unix timestamp. 85 * @param bool $gmt Optional, default is false. Whether to convert to GMT for time. 83 * @param string $dateformatstring Format to display the date. 84 * @param bool|int $unixtimestamp Optional. Unix timestamp. 85 * @param bool $gmt Optional, default is false. Whether to convert to GMT for time. 86 * 86 87 * @return string The date, translated if locale specifies it. 87 88 */ 88 89 function date_i18n( $dateformatstring, $unixtimestamp = false, $gmt = false ) {