Changeset 45424 for trunk/src/wp-includes/class-wp.php
- Timestamp:
- 05/26/2019 12:11:37 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r44048 r45424 444 444 445 445 if ( ! $wp_last_modified ) { 446 $wp_last_modified = date( 'D, d M Y H:i:s' );446 $wp_last_modified = gmdate( 'D, d M Y H:i:s' ); 447 447 } 448 448
Note: See TracChangeset
for help on using the changeset viewer.