Make WordPress Core

Changeset 18990


Ignore:
Timestamp:
10/18/2011 04:33:31 PM (13 years ago)
Author:
ryan
Message:

Don't filter taxonomy list. see #18983

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r18966 r18990  
    1212if ( ! isset( $_GET['taxonomy'] ) )
    1313    $taxonomy = 'post_tag';
    14 elseif ( in_array( $_GET['taxonomy'], get_taxonomies( array('show_ui' => true ) ) ) )
     14elseif ( in_array( $_GET['taxonomy'], get_taxonomies() ) )
    1515    $taxonomy = sanitize_key( $_GET['taxonomy'] );
    1616else
Note: See TracChangeset for help on using the changeset viewer.