Changeset 15473 for trunk/wp-admin/nav-menus.php
- Timestamp:
- 07/27/2010 06:02:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/nav-menus.php
r15430 r15473 71 71 $menu_item_data = (array) wp_setup_nav_menu_item( get_post( $menu_item_id ) ); 72 72 73 // set up the data we need in one pass through the array of menu items73 // set up the data we need in one pass through the array of menu items 74 74 $dbids_to_orders = array(); 75 75 $orders_to_dbids = array(); … … 145 145 $menu_item_data = (array) wp_setup_nav_menu_item( get_post( $menu_item_id ) ); 146 146 147 // set up the data we need in one pass through the array of menu items147 // set up the data we need in one pass through the array of menu items 148 148 $dbids_to_orders = array(); 149 149 $orders_to_dbids = array();
Note: See TracChangeset
for help on using the changeset viewer.