Changeset 13281
- Timestamp:
- 02/21/2010 10:57:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-navigation.php
r13280 r13281 148 148 149 149 $post = array( 'post_status' => 'publish', 'post_type' => 'menu_item', 'post_author' => $user_ID, 150 'ping_status' => 0, 'post_parent' => $post_id, ' `menu_order' => $position,150 'ping_status' => 0, 'post_parent' => $post_id, 'menu_order' => $position, 151 151 'guid' => $custom_linkurl, 'post_excerpt' => $custom_anchor_title, 'tax_input' => array( 'menu' => $menu_title ), 152 152 'post_content' => $custom_description, 'post_title' => $custom_title );
Note: See TracChangeset
for help on using the changeset viewer.