We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd41ccd commit 405bfc6Copy full SHA for 405bfc6
src/wp-admin/options-general.php
@@ -445,7 +445,7 @@ class="<?php echo esc_attr( $classes_for_button ); ?>"
445
__( 'Standard time begins on: %s.' );
446
printf(
447
$message,
448
- '<code>' . wp_date( __( 'F j, Y' ) . ' ' . __( 'g:i a' ), $transitions[1]['ts'] ) . '</code>'
+ '<code>' . wp_date( __( 'F j, Y g:i a' ), $transitions[1]['ts'] ) . '</code>'
449
);
450
} else {
451
_e( 'This timezone does not observe daylight saving time.' );
0 commit comments