Changeset 47088 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 01/20/2020 03:12:12 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ajax-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r46421 r47088 2198 2198 $time = ''; 2199 2199 } else { 2200 /* translators: Date format in table columns, see https:// secure.php.net/date */2200 /* translators: Date format in table columns, see https://www.php.net/date */ 2201 2201 $time = mysql2date( __( 'Y/m/d' ), $post->post_date ); 2202 2202 }
Note: See TracChangeset
for help on using the changeset viewer.