Changeset 11764 for trunk/wp-admin/edit-tag-form.php
- Timestamp:
- 08/02/2009 02:23:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tag-form.php
r11608 r11764 6 6 * @subpackage Administration 7 7 */ 8 9 if ( !current_user_can('manage_categories') ) 10 wp_die(__('You do not have sufficient permissions to edit tags for this blog.')); 8 11 9 12 if ( empty($tag_ID) ) { ?>
Note: See TracChangeset
for help on using the changeset viewer.