Changeset 21951
- Timestamp:
- 09/22/2012 03:21:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r21939 r21951 2560 2560 $object_ids = array($object_ids); 2561 2561 2562 $taxonomies = get_object_taxonomies( $object_type ); 2563 2562 2564 foreach ( $object_ids as $id ) 2563 foreach ( get_object_taxonomies($object_type)as $taxonomy )2565 foreach ( $taxonomies as $taxonomy ) 2564 2566 wp_cache_delete($id, "{$taxonomy}_relationships"); 2565 2567
Note: See TracChangeset
for help on using the changeset viewer.