Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #24270


Ignore:
Timestamp:
05/06/2013 03:08:11 PM (13 years ago)
Author:
kovshenin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24270

    • Property Keywords has-patch added
    • Property Summary changed from Post Formats: get_post_galleries() can return an array when asked for a string to Post Formats: get_post_gallery() can return an array when asked for a string
  • Ticket #24270 – Description

    initial v2  
    1 If the requested post is not found or does not contain a gallery shortcode, `get_post_galleries` returns an empty array, regardless of what the `$html` argument is set to.
     1If the requested post is not found or does not contain a gallery shortcode, `get_post_gallery` returns an empty array, regardless of what the `$html` argument is set to.