Changeset 34248 for trunk/src/wp-includes/post-functions.php
- Timestamp:
- 09/16/2015 07:24:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-functions.php
r34242 r34248 3209 3209 foreach ( $postarr['tax_input'] as $taxonomy => $tags ) { 3210 3210 $taxonomy_obj = get_taxonomy($taxonomy); 3211 if ( ! $taxonomy_obj ) { 3212 _doing_it_wrong( __FUNCTION__, sprintf( __( 'Invalid taxonomy: %s' ), $taxonomy ), '4.4.0' ); 3213 continue; 3214 } 3215 3211 3216 // array = hierarchical, string = non-hierarchical. 3212 3217 if ( is_array( $tags ) ) {
Note: See TracChangeset
for help on using the changeset viewer.