Changeset 16431 for trunk/wp-admin/includes/nav-menu.php
- Timestamp:
- 11/17/2010 05:12:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/nav-menu.php
r16096 r16431 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_ html( $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_textarea( $item->description ); ?></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.