From bcc165791f926695d033aa157c10f71c55255a4c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 18 Sep 2015 18:45:40 +0000 Subject: [PATCH] Add missing translator comments after [34294]. See #31852. git-svn-id: https://develop.svn.wordpress.org/trunk@34300 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/options-general.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/options-general.php b/src/wp-admin/options-general.php index 9b86569323..662184a829 100644 --- a/src/wp-admin/options-general.php +++ b/src/wp-admin/options-general.php @@ -103,6 +103,7 @@ $new_admin_email = get_option( 'new_admin_email' ); if ( $new_admin_email && $new_admin_email != get_option('admin_email') ) : ?>

Cancel' ), '' . esc_html( $new_admin_email ) . '', esc_url( admin_url( 'options.php?dismiss=new_admin_email' ) ) @@ -143,13 +144,15 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists UTC time is %s' ), '' . date_i18n( $timezone_format, false, 'gmt' ) . '' ); ?> ' . date_i18n( $timezone_format ) . '' ); ?>