Ticket #35064: 35064.6.patch
File 35064.6.patch, 728 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/options-general.php
146 146 </select> 147 147 148 148 <p class="description" id="timezone-description"><?php _e( 'Choose a city in the same timezone as you.' ); ?></p> 149 <?php if ( $check_zone_info && $tzstring ) : ?>150 149 151 150 <p class="timezone-info"> 152 151 <span id="utc-time"><?php … … 166 165 <?php endif; ?> 167 166 </p> 168 167 168 <?php if ( $check_zone_info && $tzstring ) : ?> 169 169 <p class="timezone-info"> 170 170 <span> 171 171 <?php … … 215 215 date_default_timezone_set('UTC'); 216 216 ?> 217 217 </span> 218 </p> 218 219 <?php endif; ?> 219 </p>220 220 </td> 221 221 222 222 </tr>