Changeset 16222 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 11/06/2010 10:07:35 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r16175 r16222 9 9 /** WordPress Administration Bootstrap */ 10 10 require_once('./admin.php'); 11 11 if ( !current_user_can( $tax->cap->manage_terms ) ) 12 wp_die( __( 'Cheatin’ uh?' ) ); 13 12 14 $wp_list_table = get_list_table('WP_Terms_List_Table'); 13 15 $wp_list_table->check_permissions();
Note: See TracChangeset
for help on using the changeset viewer.