Make WordPress Core


Ignore:
Timestamp:
03/30/2016 09:54:45 PM (7 years ago)
Author:
westonruter
Message:

Customize: Fix toggle of title attribute field visibility on nav menus admin page.

Improves alignment with nav menus in the Customizer, fixing regression introduced in [36908].

See #35273.
Props sidati, westonruter.
Fixes #36353.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-nav-menu-item-control.php

    r35636 r37153  
    106106                </label>
    107107            </p>
    108             <p class="field-attr-title description description-thin">
     108            <p class="field-title-attribute field-attr-title description description-thin">
    109109                <label for="edit-menu-item-attr-title-{{ data.menu_item_id }}">
    110110                    <?php _e( 'Title Attribute' ); ?><br />
Note: See TracChangeset for help on using the changeset viewer.