Make WordPress Core


Ignore:
Timestamp:
05/04/2010 05:48:08 AM (16 years ago)
Author:
dd32
Message:

Remove accidental code. See #10122

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r14429 r14431  
    22292229        wp_set_post_categories( $post_ID, $post_category );
    22302230        // old-style tags_input
    2231         if ( isset( $tags_input ) ) {
    2232                 $tags_input = array_filter($tags_input);
     2231        if ( isset( $tags_input ) )
    22332232                wp_set_post_tags( $post_ID, $tags_input );
    2234         }
     2233
    22352234        // new-style support for all custom taxonomies
    22362235        if ( !empty($tax_input) ) {
Note: See TracChangeset for help on using the changeset viewer.