Changeset 36422 for trunk/src/wp-includes/class-wp-customize-nav-menus.php
- Timestamp:
- 01/30/2016 01:45:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-nav-menus.php
r36414 r36422 760 760 <div class="accordion-section-content customlinkdiv"> 761 761 <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"> 763 763 <label class="howto" for="custom-menu-item-url"><?php _e( 'URL' ); ?></label> 764 764 <input id="custom-menu-item-url" name="menu-item[-1][menu-item-url]" type="text" class="code menu-item-textbox" value="http://"> 765 765 </p> 766 <p id="menu-item-name-wrap" >766 <p id="menu-item-name-wrap" class="wp-clearfix"> 767 767 <label class="howto" for="custom-menu-item-name"><?php _e( 'Link Text' ); ?></label> 768 768 <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.