Make WordPress Core


Ignore:
Timestamp:
05/02/2010 11:40:34 PM (14 years ago)
Author:
ryan
Message:

Nav menu tweaks. Props ptahdunbar. see #13220

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/nav-menu.php

    r14347 r14352  
    444444            <p id="menu-item-name-wrap">
    445445                <label class="howto" for="custom-menu-item-name">
    446                     <span><?php _e('Text'); ?></span>
     446                    <span><?php _e('Label'); ?></span>
    447447                    <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'); ?>" />
    448448                </label>
     
    627627
    628628        <p class="button-controls">
    629             <span class="lists-controls">
     629            <span class="list-controls">
    630630                <a href="<?php
    631631                    echo add_query_arg(
     
    795795
    796796        <p class="button-controls">
    797             <span class="lists-controls">
     797            <span class="list-controls">
    798798                <a href="<?php
    799799                    echo add_query_arg(
Note: See TracChangeset for help on using the changeset viewer.