Changeset 32709 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 06/08/2015 07:44:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r32627 r32709 537 537 if ( ! in_array( $object_type, $wp_taxonomies[$taxonomy]->object_type ) ) 538 538 $wp_taxonomies[$taxonomy]->object_type[] = $object_type; 539 540 // Filter out empties. 541 $wp_taxonomies[ $taxonomy ]->object_type = array_filter( $wp_taxonomies[ $taxonomy ]->object_type ); 539 542 540 543 return true;
Note: See TracChangeset
for help on using the changeset viewer.