Changeset 15440
- Timestamp:
- 07/18/2010 01:54:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-admin/edit-tags.php
r15337 r15440 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.