Ticket #17278: 17278.diff
| File 17278.diff, 534 bytes (added by greuben, 2 years ago) |
|---|
-
wp-includes/functions.php
83 83 */ 84 84 function date_i18n( $dateformatstring, $unixtimestamp = false, $gmt = false ) { 85 85 global $wp_locale; 86 $i = $unixtimestamp ;86 $i = $unixtimestamp ? $unixtimestamp : current_time( 'timestamp', $gmt ); 87 87 88 88 // store original value for language with untypical grammars 89 89 // see http://core.trac.wordpress.org/ticket/9396
