Changeset 16253 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 11/09/2010 03:28:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r16222 r16253 9 9 /** WordPress Administration Bootstrap */ 10 10 require_once('./admin.php'); 11 $tax = get_taxonomy( $taxnow ); 11 12 if ( !current_user_can( $tax->cap->manage_terms ) ) 12 13 wp_die( __( 'Cheatin’ uh?' ) );
Note: See TracChangeset
for help on using the changeset viewer.