Changeset 34300
- Timestamp:
- 09/18/2015 06:45:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r34294 r34300 104 104 <div class="updated inline"> 105 105 <p><?php 106 /* translators: 1: new admin email, 2: Cancel link URL */ 106 107 printf( __( 'There is a pending change of the admin email to %1$s. <a href="%2$s">Cancel</a>' ), 107 108 '<code>' . esc_html( $new_admin_email ) . '</code>', … … 144 145 145 146 <span id="utc-time"><?php 147 /* translators: %s: UTC time */ 146 148 printf( __( '<abbr title="Coordinated Universal Time">UTC</abbr> time is %s' ), 147 149 '<code>' . date_i18n( $timezone_format, false, 'gmt' ) . '</code>' … … 150 152 <?php if ( get_option('timezone_string') || !empty($current_offset) ) : ?> 151 153 <span id="local-time"><?php 152 printf( __( 'Local time is %1$s' ), 154 /* translators: %s: local time */ 155 printf( __( 'Local time is %s' ), 153 156 '<code>' . date_i18n( $timezone_format ) . '</code>' 154 157 );
Note: See TracChangeset
for help on using the changeset viewer.