Changeset 5653
- Timestamp:
- 06/05/2007 04:40:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upload.php
r5631 r5653 220 220 // Construct the attachment array 221 221 $attachment = array( 222 'post_title' => $post_title ? $post_title : $filename,222 'post_title' => $post_title, 223 223 'post_content' => $post_content, 224 224 'post_type' => 'attachment',
Note: See TracChangeset
for help on using the changeset viewer.