Changeset 36358 for branches/4.4/src/wp-includes/taxonomy.php
- Timestamp:
- 01/20/2016 05:34:30 AM (9 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
-
branches/4.4/src/wp-includes/taxonomy.php
r36109 r36358 3647 3647 foreach ( (array) $terms as $term ) { 3648 3648 // Create a copy in case the array was passed by reference. 3649 $_term = $term;3649 $_term = clone $term; 3650 3650 3651 3651 // Object ID should not be cached.
Note: See TracChangeset
for help on using the changeset viewer.