Changeset 31121 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 01/10/2015 05:28:46 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r31090 r31121 20 20 if ( ! current_user_can( $tax->cap->manage_terms ) ) 21 21 wp_die( __( 'Cheatin’ uh?' ), 403 ); 22 23 // $post_type is set when the WP_Terms_List_Table instance is created 24 global $post_type; 22 25 23 26 $wp_list_table = _get_list_table('WP_Terms_List_Table');
Note: See TracChangeset
for help on using the changeset viewer.