Ticket #19373: 35233.patch
File 35233.patch, 603 bytes (added by , 9 years ago) |
---|
-
wp-includes/post.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
3255 3255 if ( is_array( $tags ) ) { 3256 3256 $tags = array_filter($tags); 3257 3257 } 3258 if ( current_user_can( $taxonomy_obj->cap->assign_terms ) ) { 3259 wp_set_post_terms( $post_ID, $tags, $taxonomy ); 3260 } 3258 3259 wp_set_post_terms( $post_ID, $tags, $taxonomy ); 3261 3260 } 3262 3261 } 3263 3262