Changeset 36323 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 01/15/2016 07:34:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r36252 r36323 3722 3722 foreach ( (array) $terms as $term ) { 3723 3723 // Create a copy in case the array was passed by reference. 3724 $_term = $term;3724 $_term = clone $term; 3725 3725 3726 3726 // Object ID should not be cached.
Note: See TracChangeset
for help on using the changeset viewer.