- Timestamp:
- 01/15/2022 08:42:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-walker-nav-menu-edit.php
r52204 r52580 233 233 <?php _e( 'Description' ); ?><br /> 234 234 <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( $menu_item->description ); // textarea_escaped ?></textarea> 235 <span class="description"><?php _e( 'The description will be displayed in the menu if the currenttheme supports it.' ); ?></span>235 <span class="description"><?php _e( 'The description will be displayed in the menu if the active theme supports it.' ); ?></span> 236 236 </label> 237 237 </p>
Note: See TracChangeset
for help on using the changeset viewer.