Changeset 16303 for trunk/wp-includes/functions.php
- Timestamp:
- 11/11/2010 04:22:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r16300 r16303 1345 1345 */ 1346 1346 function is_new_day() { 1347 global $ day, $previousday;1348 if ( $ day != $previousday )1347 global $currentday, $previousday; 1348 if ( $currentday != $previousday ) 1349 1349 return 1; 1350 1350 else
Note: See TracChangeset
for help on using the changeset viewer.