Changeset 11260
- Timestamp:
- 05/11/2009 05:01:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r11257 r11260 2078 2078 global $wpdb; 2079 2079 2080 // This function only works for post categories.2081 if ( 'category' != $taxonomy)2080 // This function only works for hierarchical taxonomies like post categories. 2081 if ( !is_taxonomy_hierarchical( $taxonomy ) ) 2082 2082 return; 2083 2083
Note: See TracChangeset
for help on using the changeset viewer.