Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.8/wp-admin/edit-tag-form.php

    r11609 r11765  
    66 * @subpackage Administration
    77 */
     8
     9if ( !current_user_can('manage_categories') )
     10    wp_die(__('You do not have sufficient permissions to edit tags for this blog.'));
    811
    912if ( empty($tag_ID) ) { ?>
Note: See TracChangeset for help on using the changeset viewer.