Changeset 4350
- Timestamp:
- 10/06/2006 11:22:42 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r4347 r4350 453 453 $thismonth = ''.zeroise(intval(substr($m, 4, 2)), 2); 454 454 } else { 455 $thisyear = gmdate('Y', current_time('timestamp') + get_option('gmt_offset') * 3600);456 $thismonth = gmdate('m', current_time('timestamp') + get_option('gmt_offset') * 3600);455 $thisyear = gmdate('Y', current_time('timestamp')); 456 $thismonth = gmdate('m', current_time('timestamp')); 457 457 } 458 458
Note: See TracChangeset
for help on using the changeset viewer.