Changeset 22878 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 11/27/2012 07:42:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r22634 r22878 2239 2239 } 2240 2240 2241 wp_cache_delete( $object_id, $taxonomy . '_relationships' ); 2242 2241 2243 do_action('set_object_terms', $object_id, $terms, $tt_ids, $taxonomy, $append, $old_tt_ids); 2242 2244 return $tt_ids;
Note: See TracChangeset
for help on using the changeset viewer.