Opened 8 months ago
Closed 5 months ago
#60581 closed enhancement (fixed)
Redundant variable type check
Reported by: | david.binda | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | minor | Version: | 6.5 |
Component: | Shortcodes | Keywords: | has-patch |
Focuses: | Cc: |
Description
After the r57597, which is ensuring that the return type of the shortcode_parse_atts
function is always an array, the is_array
check in get_post_galleries function is, IMHO, no longer needed.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Makes sense, good catch.