diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index ce34d40e2a..1a5609a1c1 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -19,8 +19,7 @@ function create_initial_taxonomies() { 'update_count_callback' => '_update_post_term_count', 'label' => __('Categories'), 'query_var' => false, - 'rewrite' => false, - 'edit_cap' => 'no_priv' + 'rewrite' => false ) ) ; register_taxonomy( 'post_tag', 'post', array(