Changeset 17143
- Timestamp:
- 12/25/2010 06:42:59 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/nav-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/nav-menu.php
r16452 r17143 162 162 <label for="edit-menu-item-description-<?php echo $item_id; ?>"> 163 163 <?php _e( 'Description' ); ?><br /> 164 <textarea id="edit-menu-item-description-<?php echo $item_id; ?>" class="widefat edit-menu-item-description" rows="3" cols="20" name="menu-item-description[<?php echo $item_id; ?>]"><?php echo esc_ textarea( $item->description );?></textarea>164 <textarea id="edit-menu-item-description-<?php echo $item_id; ?>" class="widefat edit-menu-item-description" rows="3" cols="20" name="menu-item-description[<?php echo $item_id; ?>]"><?php echo esc_html( $item->description ); // textarea_escaped ?></textarea> 165 165 <span class="description"><?php _e('The description will be displayed in the menu if the current theme supports it.'); ?></span> 166 166 </label>
Note: See TracChangeset
for help on using the changeset viewer.