Changeset 48991 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 09/18/2020 10:35:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r48946 r48991 2206 2206 $time = ''; 2207 2207 } else { 2208 /* translators: Date format in table columns, see https://www.php.net/ date*/2208 /* translators: Date format in table columns, see https://www.php.net/manual/datetime.format.php */ 2209 2209 $time = mysql2date( __( 'Y/m/d' ), $post->post_date ); 2210 2210 }
Note: See TracChangeset
for help on using the changeset viewer.