Changeset 14313 for trunk/wp-admin/edit-link-category-form.php
- Timestamp:
- 04/30/2010 01:54:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-category-form.php
r12712 r14313 12 12 13 13 if ( !current_user_can('manage_categories') ) 14 wp_die(__('You do not have sufficient permissions to edit link categories for this blog.'));14 wp_die(__('You do not have sufficient permissions to edit link categories for this site.')); 15 15 16 16 /**
Note: See TracChangeset
for help on using the changeset viewer.