Changeset 19036
- Timestamp:
- 10/21/2011 09:46:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r19035 r19036 20 20 register_taxonomy( 'category', 'post', array( 21 21 'hierarchical' => true, 22 'update_count_callback' => '_update_post_term_count',23 22 'query_var' => 'category_name', 24 23 'rewrite' => did_action( 'init' ) ? array( … … 33 32 register_taxonomy( 'post_tag', 'post', array( 34 33 'hierarchical' => false, 35 'update_count_callback' => '_update_post_term_count',36 34 'query_var' => 'tag', 37 35 'rewrite' => did_action( 'init' ) ? array(
Note: See TracChangeset
for help on using the changeset viewer.