Ticket #18683: getmediaitem.diff
File getmediaitem.diff, 496 bytes (added by , 13 years ago) |
---|
-
wp-includes/class-wp-xmlrpc-server.php
1596 1596 'caption' => $attachment->post_excerpt, 1597 1597 'description' => $attachment->post_content, 1598 1598 'metadata' => wp_get_attachment_metadata($attachment->ID), 1599 'attachment_id' => $attachment->ID 1599 1600 ); 1600 1601 1601 1602 return $attachment_struct;