Changeset 58427
- Timestamp:
- 06/18/2024 04:10:58 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r58377 r58427 2826 2826 2827 2827 $tt_ids = array(); 2828 $term_ids = array();2829 2828 $new_tt_ids = array(); 2830 2829 … … 2849 2848 } 2850 2849 2851 $term_ids[] = $term_info['term_id']; 2852 $tt_id = $term_info['term_taxonomy_id']; 2853 $tt_ids[] = $tt_id; 2850 $tt_id = $term_info['term_taxonomy_id']; 2851 $tt_ids[] = $tt_id; 2854 2852 2855 2853 if ( $wpdb->get_var( $wpdb->prepare( "SELECT term_taxonomy_id FROM $wpdb->term_relationships WHERE object_id = %d AND term_taxonomy_id = %d", $object_id, $tt_id ) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.