Changeset 14352 for trunk/wp-admin/includes/nav-menu.php
- Timestamp:
- 05/02/2010 11:40:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/nav-menu.php
r14347 r14352 444 444 <p id="menu-item-name-wrap"> 445 445 <label class="howto" for="custom-menu-item-name"> 446 <span><?php _e(' Text'); ?></span>446 <span><?php _e('Label'); ?></span> 447 447 <input id="custom-menu-item-name" name="menu-item[<?php echo $_nav_menu_placeholder; ?>][menu-item-title]" type="text" class="regular-text menu-item-textbox input-with-default-title" title="<?php esc_attr_e('Menu Item'); ?>" /> 448 448 </label> … … 627 627 628 628 <p class="button-controls"> 629 <span class="list s-controls">629 <span class="list-controls"> 630 630 <a href="<?php 631 631 echo add_query_arg( … … 795 795 796 796 <p class="button-controls"> 797 <span class="list s-controls">797 <span class="list-controls"> 798 798 <a href="<?php 799 799 echo add_query_arg(
Note: See TracChangeset
for help on using the changeset viewer.