Changeset 13321
- Timestamp:
- 02/23/2010 02:37:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r13289 r13321 1592 1592 if ( ! $append ) 1593 1593 $old_tt_ids = wp_get_object_terms($object_id, $taxonomy, array('fields' => 'tt_ids', 'orderby' => 'none')); 1594 else 1595 $old_tt_ids = array(); 1594 1596 1595 1597 $tt_ids = array();
Note: See TracChangeset
for help on using the changeset viewer.