#2810 closed defect (bug) (fixed)
plugin_information API Missing Screenshot Captions
Reported by: | blobfolio | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
I'm not sure when exactly this started, but I noticed tonight that the plugin_information API is no longer providing screenshot captions; there's a key for them, but the values are empty strings.
// Example call from within WordPress. $response = plugins_api('plugin_information', array('slug'=>'apocalypse-meow')); print_r($response); /* ... [screenshots] => Array ( [1] => Array ( [src] => https://ps.w.org/apocalypse-meow/assets/screenshot-1.png?rev=1421211 [caption] => ) ... */
The problem doesn't appear to be within the Core's plugins_api()
wrapper function; the raw responses (both serialized and JSON) are also missing captions.
The WordPress.org plugin landing pages, however, are still correctly showing screenshot captions.
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 5473: