Make WordPress Core

Changeset 13281


Ignore:
Timestamp:
02/21/2010 10:57:05 AM (15 years ago)
Author:
dd32
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-navigation.php

    r13280 r13281  
    148148
    149149            $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,
    151151                'guid' => $custom_linkurl, 'post_excerpt' => $custom_anchor_title, 'tax_input' => array( 'menu' => $menu_title ),
    152152                'post_content' => $custom_description, 'post_title' => $custom_title );
Note: See TracChangeset for help on using the changeset viewer.