Changeset 13704 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 03/15/2010 04:26:46 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r13626 r13704 161 161 function is_taxonomy( $taxonomy ) { 162 162 global $wp_taxonomies; 163 163 164 164 return isset($wp_taxonomies[$taxonomy]); 165 165 }
Note: See TracChangeset
for help on using the changeset viewer.