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 405bfc6 commit 3a5a93eCopy full SHA for 3a5a93e
src/wp-admin/options-general.php
@@ -445,6 +445,7 @@ class="<?php echo esc_attr( $classes_for_button ); ?>"
445
__( 'Standard time begins on: %s.' );
446
printf(
447
$message,
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>'
450
);
451
} else {
0 commit comments