Ticket #5417: corerct-object-type.diff
| File corerct-object-type.diff, 420 bytes (added by , 19 years ago) |
|---|
-
wp-includes/taxonomy.php
42 42 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 } 48 48