Changeset 15439
- Timestamp:
- 07/18/2010 01:53:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r15336 r15439 19 19 20 20 $tax = get_taxonomy($taxonomy); 21 22 if ( ! current_user_can($tax->cap->manage_terms) ) 23 wp_die(__('Cheatin’ uh?')); 21 24 22 25 $title = $tax->labels->name;
Note: See TracChangeset
for help on using the changeset viewer.