Fix Typo. Props TobiasBg. Fixes #12319. See #11817

git-svn-id: http://svn.automattic.com/wordpress/trunk@13281 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32 2010-02-21 10:57:05 +00:00
parent f75b8a0395
commit 48f10f0dc1

View File

@ -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 )