Changeset 31287 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 01/28/2015 08:42:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r31285 r31287 3784 3784 $object_terms = array(); 3785 3785 foreach ( (array) $terms as $term ) 3786 $object_terms[$term->object_id][$term->taxonomy][ $term->term_id] = $term;3786 $object_terms[$term->object_id][$term->taxonomy][] = $term; 3787 3787 3788 3788 foreach ( $ids as $id ) {
Note: See TracChangeset
for help on using the changeset viewer.