Changeset 61133
- Timestamp:
- 11/04/2025 05:59:50 PM (13 hours ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-general.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r60942 r61133 446 446 printf( 447 447 $message, 448 '<code>' . wp_date( __( 'F j, Y' ) . ' ' . __( 'g:i a' ), $transitions[1]['ts'] ) . '</code>' 448 /* translators: Localized date and time format, see https://www.php.net/manual/datetime.format.php */ 449 '<code>' . wp_date( __( 'F j, Y g:i a' ), $transitions[1]['ts'] ) . '</code>' 449 450 ); 450 451 } else {
Note: See TracChangeset
for help on using the changeset viewer.