Make WordPress Core


Ignore:
Timestamp:
02/20/2010 10:35:39 PM (16 years ago)
Author:
ryan
Message:

Remove custom post states. Register taxonomy against menu_item post type. see #11817

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/taxonomy.php

    r13259 r13260  
    3939                                                ) ) ;
    4040
    41     register_taxonomy( 'menu', 'post', array(       'hierarchical' => false,
     41    register_taxonomy( 'menu', 'menu_item', array(  'hierarchical' => false,
    4242                                                    'query_var' => false,
    4343                                                    'rewrite' => false,
Note: See TracChangeset for help on using the changeset viewer.