Make WordPress Core


Ignore:
Timestamp:
11/09/2010 03:28:09 AM (14 years ago)
Author:
nacin
Message:

Set $tax as the taxonomy object, and kill off our colliding global from menu construction. see #15326.

File:
1 edited

Legend:

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

    r16222 r16253  
    99/** WordPress Administration Bootstrap */
    1010require_once('./admin.php');
     11$tax = get_taxonomy( $taxnow );
    1112if ( !current_user_can( $tax->cap->manage_terms ) )
    1213    wp_die( __( 'Cheatin’ uh?' ) );
Note: See TracChangeset for help on using the changeset viewer.