Make WordPress Core


Ignore:
Timestamp:
05/20/2010 10:43:14 PM (16 years ago)
Author:
nacin
Message:

Fix nav menu locations sorting. props jorbin, koopersmith with assists. see #13378.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r14738 r14772  
    11081108                die('-1');
    11091109        check_ajax_referer( 'add-menu_item', 'menu-settings-column-nonce' );
    1110         if ( ! isset( $_POST['menu-locations' ] ) )
     1110        if ( ! isset( $_POST['menu-locations'] ) )
    11111111                die('0');
    11121112        set_theme_mod( 'nav_menu_locations', $_POST['menu-locations'] );
Note: See TracChangeset for help on using the changeset viewer.