Make WordPress Core

Ticket #35064: 35064.6.patch

File 35064.6.patch, 728 bytes (added by afercia, 9 years ago)
  • src/wp-admin/options-general.php

     
    146146</select>
    147147
    148148<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 ) : ?>
    150149
    151150<p class="timezone-info">
    152151        <span id="utc-time"><?php
     
    166165<?php endif; ?>
    167166</p>
    168167
     168<?php if ( $check_zone_info && $tzstring ) : ?>
    169169<p class="timezone-info">
    170170<span>
    171171        <?php
     
    215215        date_default_timezone_set('UTC');
    216216        ?>
    217217        </span>
     218</p>
    218219<?php endif; ?>
    219 </p>
    220220</td>
    221221
    222222</tr>