Changeset 14431
- Timestamp:
- 05/04/2010 05:48:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r14429 r14431 2229 2229 wp_set_post_categories( $post_ID, $post_category ); 2230 2230 // old-style tags_input 2231 if ( isset( $tags_input ) ) { 2232 $tags_input = array_filter($tags_input); 2231 if ( isset( $tags_input ) ) 2233 2232 wp_set_post_tags( $post_ID, $tags_input ); 2234 } 2233 2235 2234 // new-style support for all custom taxonomies 2236 2235 if ( !empty($tax_input) ) {
Note: See TracChangeset
for help on using the changeset viewer.