Make WordPress Core


Ignore:
Timestamp:
01/30/2016 01:45:37 PM (9 years ago)
Author:
afercia
Message:

After [36171] remove all the occurrences of the old CSS clearfix.

The old clearfix was applied to very specific items and defined multiple times
across CSS files. Uses the new generic .wp-clearfix utility class instead.

See #26396.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-nav-menus.php

    r36414 r36422  
    760760                <div class="accordion-section-content customlinkdiv">
    761761                    <input type="hidden" value="custom" id="custom-menu-item-type" name="menu-item[-1][menu-item-type]" />
    762                     <p id="menu-item-url-wrap">
     762                    <p id="menu-item-url-wrap" class="wp-clearfix">
    763763                        <label class="howto" for="custom-menu-item-url"><?php _e( 'URL' ); ?></label>
    764764                        <input id="custom-menu-item-url" name="menu-item[-1][menu-item-url]" type="text" class="code menu-item-textbox" value="http://">
    765765                    </p>
    766                     <p id="menu-item-name-wrap">
     766                    <p id="menu-item-name-wrap" class="wp-clearfix">
    767767                        <label class="howto" for="custom-menu-item-name"><?php _e( 'Link Text' ); ?></label>
    768768                        <input id="custom-menu-item-name" name="menu-item[-1][menu-item-title]" type="text" class="regular-text menu-item-textbox">
Note: See TracChangeset for help on using the changeset viewer.