Changeset 45375
- Timestamp:
- 05/22/2019 05:52:22 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r45352 r45375 798 798 function is_new_day() { 799 799 global $currentday, $previousday; 800 if ( $currentday != $previousday ) { 800 801 if ( $currentday !== $previousday ) { 801 802 return 1; 802 803 } else {
Note: See TracChangeset
for help on using the changeset viewer.