Changeset 12590 for trunk/wp-includes/general-template.php
- Timestamp:
- 12/30/2009 05:56:09 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r12587 r12590 1124 1124 $newrow = false; 1125 1125 1126 if ( $day == gmdate('j', (time() + (get_option('gmt_offset') * 3600))) && $thismonth == gmdate('m', time()+(get_option('gmt_offset') * 3600)) && $thisyear == gmdate('Y', time()+(get_option('gmt_offset') * 3600)) )1126 if ( $day == gmdate('j', current_time('timestamp')) && $thismonth == gmdate('m', current_time('timestamp')) && $thisyear == gmdate('Y', current_time('timestamp')) ) 1127 1127 echo '<td id="today">'; 1128 1128 else
Note: See TracChangeset
for help on using the changeset viewer.