mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 03:56:07 +00:00
Remove accidental capability testing code. See #12035
git-svn-id: http://svn.automattic.com/wordpress/trunk@12834 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
32adec13a9
commit
f80381d9a5
@ -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…
x
Reference in New Issue
Block a user