Changeset 4351
- Timestamp:
- 10/06/2006 11:24:26 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.