Changeset 49332 for branches/5.5/src/wp-includes/post.php
- Timestamp:
- 10/27/2020 05:54:43 PM (4 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/src/wp-includes/post.php
r48665 r49332 4051 4051 4052 4052 // Filter out empty terms. 4053 if ( isset( $postarr['tax_input'] ) && is_array( $postarr['tax_input'][ $taxonomy ] ) ) {4053 if ( isset( $postarr['tax_input'][ $taxonomy ] ) && is_array( $postarr['tax_input'][ $taxonomy ] ) ) { 4054 4054 $postarr['tax_input'][ $taxonomy ] = array_filter( $postarr['tax_input'][ $taxonomy ] ); 4055 4055 }
Note: See TracChangeset
for help on using the changeset viewer.