Remove accidental capability testing code. See #12035
git-svn-id: https://develop.svn.wordpress.org/trunk@12834 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8c6e15b457
commit
d1a8b1bdb6
@ -19,8 +19,7 @@ function create_initial_taxonomies() {
|
|||||||
'update_count_callback' => '_update_post_term_count',
|
'update_count_callback' => '_update_post_term_count',
|
||||||
'label' => __('Categories'),
|
'label' => __('Categories'),
|
||||||
'query_var' => false,
|
'query_var' => false,
|
||||||
'rewrite' => false,
|
'rewrite' => false
|
||||||
'edit_cap' => 'no_priv'
|
|
||||||
) ) ;
|
) ) ;
|
||||||
|
|
||||||
register_taxonomy( 'post_tag', 'post', array(
|
register_taxonomy( 'post_tag', 'post', array(
|
||||||
|
Loading…
Reference in New Issue
Block a user