Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

    r11769 r11609  
    66 * @subpackage Administration
    77 */
    8 
    9 // don't load directly
    10 if ( !defined('ABSPATH') )
    11     die('-1');
    12 
    13 if ( !current_user_can('manage_categories') )
    14     wp_die(__('You do not have sufficient permissions to edit categories for this blog.'));
    158
    169/**
Note: See TracChangeset for help on using the changeset viewer.