Make WordPress Core

Ticket #39521: 39521.diff

File 39521.diff, 457 bytes (added by Presskopp, 6 years ago)

initial patch

  • src/wp-admin/includes/media.php

     
    435435                'post_parent' => $post_id,
    436436                'post_title' => $title,
    437437                'post_content' => $content,
     438                'post_excerpt' => $excerpt,
    438439        ), $post_data );
    439440
    440441        // This should never be set as it would then overwrite an existing attachment.