Opened 13 years ago
Closed 13 years ago
#24390 closed defect (bug) (duplicate)
Post Formats: Return correct datatype in get_post_gallery()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.6 |
| Component: | Post Formats | Keywords: | has-patch |
| Focuses: | Cc: |
Description
get_post_gallery() has a flag to request HTML or data. By default HTML is requested, yet the fallback data type that is returned by the function assumes that data was requested. This might lead to an array to string conversion if the_post_format_gallery() is being called in a post without a gallery.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
#24393 was marked as a duplicate.