Skip to content

Commit 3a5a93e

Browse files
author
Paul Bearne
committed
"Add translator comment for localized date and time format in timezone message"
1 parent 405bfc6 commit 3a5a93e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wp-admin/options-general.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ class="<?php echo esc_attr( $classes_for_button ); ?>"
445445
__( 'Standard time begins on: %s.' );
446446
printf(
447447
$message,
448+
/* translators: Localized date and time format, see https://www.php.net/manual/datetime.format.php */
448449
'<code>' . wp_date( __( 'F j, Y g:i a' ), $transitions[1]['ts'] ) . '</code>'
449450
);
450451
} else {

0 commit comments

Comments
 (0)