Changeset 48664 for trunk/src/wp-includes/post.php
- Timestamp:
- 07/28/2020 02:40:06 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r48658 r48664 4055 4055 } 4056 4056 4057 // Passed custom taxonomy list overwrites existing list if not empty.4057 // Passed custom taxonomy list overwrites the existing list if not empty. 4058 4058 $terms = wp_get_object_terms( $post_ID, $taxonomy, array( 'fields' => 'ids' ) ); 4059 4059 if ( ! empty( $terms ) && empty( $postarr['tax_input'][ $taxonomy ] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.