Changeset 45883 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 08/23/2019 01:11:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r45674 r45883 861 861 862 862 $today = current_time( 'Y-m-d' ); 863 $tomorrow = gmdate( 'Y-m-d', strtotime( '+1 day', current_time( 'timestamp' ) ));863 $tomorrow = current_datetime()->modify( '+1 day' )->format( 'Y-m-d' ); 864 864 $year = current_time( 'Y' ); 865 865
Note: See TracChangeset
for help on using the changeset viewer.