Skip to content

Commit 405bfc6

Browse files
author
Paul Bearne
committed
"Remove duplicate translation calls in timezone message formatting"
1 parent fd41ccd commit 405bfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/options-general.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ class="<?php echo esc_attr( $classes_for_button ); ?>"
445445
__( 'Standard time begins on: %s.' );
446446
printf(
447447
$message,
448-
'<code>' . wp_date( __( 'F j, Y' ) . ' ' . __( 'g:i a' ), $transitions[1]['ts'] ) . '</code>'
448+
'<code>' . wp_date( __( 'F j, Y g:i a' ), $transitions[1]['ts'] ) . '</code>'
449449
);
450450
} else {
451451
_e( 'This timezone does not observe daylight saving time.' );

0 commit comments

Comments
 (0)