Changeset 13685 for trunk/wp-admin/nav-menus.php
- Timestamp:
- 03/12/2010 09:57:52 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/nav-menus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/nav-menus.php
r13544 r13685 129 129 $parent_id = isset( $_POST['item-parent'.$k] )? $_POST['item-parent'.$k] : 0; 130 130 $custom_title = isset( $_POST['item-title'.$k] )? $_POST['item-title'.$k] : ''; 131 $custom_linkurl = ( isset( $_POST['item-url'.$k] ) && 'custom' == $_POST[' linktype'.$k] ) ? $_POST['item-url'.$k] : '';131 $custom_linkurl = ( isset( $_POST['item-url'.$k] ) && 'custom' == $_POST['item-type'.$k] ) ? $_POST['item-url'.$k] : ''; 132 132 $custom_description = isset( $_POST['item-description'.$k] )? $_POST['item-description'.$k] : ''; 133 133
Note: See TracChangeset
for help on using the changeset viewer.