Make WordPress Core

Ticket #19373: 35233.patch

File 35233.patch, 603 bytes (added by sebastian.pisula, 9 years ago)
  • wp-includes/post.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    32553255                        if ( is_array( $tags ) ) {
    32563256                                $tags = array_filter($tags);
    32573257                        }
    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 );
    32613260                }
    32623261        }
    32633262