Make WordPress Core

Changeset 36585


Ignore:
Timestamp:
02/19/2016 04:08:51 PM (9 years ago)
Author:
afercia
Message:

Accessibility: Fix displaying of Universal time and Local time info on the General Settings screen.

In [36263] they were mistakenly moved within a conditional check.

Fixes #35064.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-general.php

    r36267 r36585  
    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">
     
    167166</p>
    168167
     168<?php if ( $check_zone_info && $tzstring ) : ?>
    169169<p class="timezone-info">
    170170<span>
     
    216216    ?>
    217217    </span>
     218</p>
    218219<?php endif; ?>
    219 </p>
    220220</td>
    221221
Note: See TracChangeset for help on using the changeset viewer.