Ticket #3100: 3100_upload-alt.patch
| File 3100_upload-alt.patch, 458 bytes (added by , 19 years ago) |
|---|
-
upload-functions.php
221 221 222 222 // Construct the attachment array 223 223 $attachment = array( 224 'post_title' => $post_title ? $post_title : $filename,224 'post_title' => $post_title, 225 225 'post_content' => $post_content, 226 226 'post_type' => 'attachment', 227 227 'post_parent' => $post_id,