Changeset 11129
- Timestamp:
- 04/29/2009 08:25:30 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r11122 r11129 170 170 if (!is_array($wp_taxonomies)) 171 171 $wp_taxonomies = array(); 172 173 if (isset($wp_taxonomies[$taxonomy]))174 return;175 172 176 173 $defaults = array('hierarchical' => false, 'update_count_callback' => '', 'rewrite' => true, 'query_var' => true);
Note: See TracChangeset
for help on using the changeset viewer.