Changeset 4350
- Timestamp:
- 10/06/06 11:22:42 (2 years ago)
- Files:
-
- trunk/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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
