Changeset 49905
- Timestamp:
- 12/24/2020 11:19:29 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r49790 r49905 7345 7345 if ( false !== $terms ) { 7346 7346 foreach ( $terms as $term ) { 7347 if ( ! i sset( $term_ids[ $term->term_id ]) ) {7347 if ( ! in_array( $term->term_id, $term_ids, true ) ) { 7348 7348 $term_ids[] = $term->term_id; 7349 7349 }
Note: See TracChangeset
for help on using the changeset viewer.