mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Fix array formatting. props WraithKenny. fixes #21210.
git-svn-id: http://core.svn.wordpress.org/trunk@23598 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
13c93f4dd5
commit
b35c629308
@ -317,7 +317,8 @@ function register_taxonomy( $taxonomy, $object_type, $args = array() ) {
|
||||
if ( ! is_array($wp_taxonomies) )
|
||||
$wp_taxonomies = array();
|
||||
|
||||
$defaults = array( 'hierarchical' => false,
|
||||
$defaults = array(
|
||||
'hierarchical' => false,
|
||||
'update_count_callback' => '',
|
||||
'rewrite' => true,
|
||||
'query_var' => $taxonomy,
|
||||
|
Loading…
x
Reference in New Issue
Block a user