Changeset 12881 for trunk/wp-includes/post.php
- Timestamp:
- 01/27/2010 07:42:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r12783 r12881 2044 2044 // new-style support for all tag-like taxonomies 2045 2045 if ( !empty($tax_input) ) { 2046 foreach ( $tax_input as $taxonomy => $tags ) {2046 foreach ( $tax_input as $taxonomy => $tags ) 2047 2047 wp_set_post_terms( $post_ID, $tags, $taxonomy ); 2048 }2049 2048 } 2050 2049
Note: See TracChangeset
for help on using the changeset viewer.