diff --git a/src/wp-admin/includes/nav-menu.php b/src/wp-admin/includes/nav-menu.php
index 9575297..32c273b 100644
|
a
|
b
|
class Walker_Nav_Menu_Edit extends Walker_Nav_Menu { |
| 145 | 145 | </label> |
| 146 | 146 | </p> |
| 147 | 147 | <?php endif; ?> |
| 148 | | <p class="description description-thin"> |
| | 148 | <p class="description"> |
| 149 | 149 | <label for="edit-menu-item-title-<?php echo $item_id; ?>"> |
| 150 | 150 | <?php _e( 'Navigation Label' ); ?><br /> |
| 151 | 151 | <input type="text" id="edit-menu-item-title-<?php echo $item_id; ?>" class="widefat edit-menu-item-title" name="menu-item-title[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $item->title ); ?>" /> |
| 152 | 152 | </label> |
| 153 | 153 | </p> |
| 154 | | <p class="description description-thin"> |
| 155 | | <label for="edit-menu-item-attr-title-<?php echo $item_id; ?>"> |
| 156 | | <?php _e( 'Title Attribute' ); ?><br /> |
| 157 | | <input type="text" id="edit-menu-item-attr-title-<?php echo $item_id; ?>" class="widefat edit-menu-item-attr-title" name="menu-item-attr-title[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $item->post_excerpt ); ?>" /> |
| 158 | | </label> |
| 159 | | </p> |
| 160 | 154 | <p class="field-link-target description"> |
| 161 | 155 | <label for="edit-menu-item-target-<?php echo $item_id; ?>"> |
| 162 | 156 | <input type="checkbox" id="edit-menu-item-target-<?php echo $item_id; ?>" value="_blank" name="menu-item-target[<?php echo $item_id; ?>]"<?php checked( $item->target, '_blank' ); ?> /> |