Changeset 6355 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 12/05/2007 12:31:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r6326 r6355 43 43 $taxonomies = array(); 44 44 foreach ( $wp_taxonomies as $taxonomy ) { 45 if ( $object_type == $taxonomy->object_type )45 if ( $object_type === $taxonomy->object_type ) 46 46 $taxonomies[] = $taxonomy->name; 47 47 }
Note: See TracChangeset
for help on using the changeset viewer.