Ticket #13917: xmlrpc.diff
| File xmlrpc.diff, 362 bytes (added by djzone, 23 months ago) |
|---|
-
xmlrpc.php
old new 2810 2810 // Construct the attachment array 2811 2811 // attach to post_id 0 2812 2812 $post_id = 0; 2813 2814 if (!empty($data['post_id'])) $post_id = (int) $data['post_id']; 2815 2813 2816 $attachment = array( 2814 2817 'post_title' => $name, 2815 2818 'post_content' => '',
