git-svn-id: https://develop.svn.wordpress.org/trunk@13281 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c7e8fc7675
commit
4b1eea2325
@ -147,7 +147,7 @@ function wp_custom_navigation() {
|
||||
if (isset($_POST['newwindow'.$k])) { $new_window = $_POST['newwindow'.$k]; } else { $new_window = 0; }
|
||||
|
||||
$post = array( 'post_status' => 'publish', 'post_type' => 'menu_item', 'post_author' => $user_ID,
|
||||
'ping_status' => 0, 'post_parent' => $post_id, '`menu_order' => $position,
|
||||
'ping_status' => 0, 'post_parent' => $post_id, 'menu_order' => $position,
|
||||
'guid' => $custom_linkurl, 'post_excerpt' => $custom_anchor_title, 'tax_input' => array( 'menu' => $menu_title ),
|
||||
'post_content' => $custom_description, 'post_title' => $custom_title );
|
||||
if ( $new_window )
|
||||
|
Loading…
Reference in New Issue
Block a user