Make WordPress Core

Ticket #3100: 3100_upload-alt.patch

File 3100_upload-alt.patch, 458 bytes (added by cpoteet, 19 years ago)

Fix.

  • upload-functions.php

     
    221221
    222222                // Construct the attachment array
    223223                $attachment = array(
    224                         'post_title' => $post_title ? $post_title : $filename,
     224                        'post_title' => $post_title,
    225225                        'post_content' => $post_content,
    226226                        'post_type' => 'attachment',
    227227                        'post_parent' => $post_id,