Changeset 12261 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 11/22/2009 10:33:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r12243 r12261 1519 1519 } 1520 1520 1521 do_action('set_object_terms', $object_id, $terms, $tt_ids, $taxonomy, $append );1521 do_action('set_object_terms', $object_id, $terms, $tt_ids, $taxonomy, $append, $old_tt_ids); 1522 1522 return $tt_ids; 1523 1523 }
Note: See TracChangeset
for help on using the changeset viewer.