Changeset 4351
- Timestamp:
- 10/06/06 11:24:26 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/template-functions-general.php
r4241 r4351 436 436 $thismonth = ''.zeroise(intval(substr($m, 4, 2)), 2); 437 437 } else { 438 $thisyear = gmdate('Y', current_time('timestamp') + get_settings('gmt_offset') * 3600);439 $thismonth = gmdate('m', current_time('timestamp') + get_settings('gmt_offset') * 3600);438 $thisyear = gmdate('Y', current_time('timestamp')); 439 $thismonth = gmdate('m', current_time('timestamp')); 440 440 } 441 441
