Changes between Initial Version and Version 1 of Ticket #18429, comment 60
- Timestamp:
- 02/26/2012 04:59:42 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18429, comment 60
initial v1 1 1 Added support for a `featured_image` field which sets the `_thumbnail_id` meta field in a safe way. See tests in [UT555]. 2 3 It differs from the patch in #15098 in that it only returns the attachment ID. If a client needs more information (such as URL or caption), it should use `wp.getMediaItem`.