#39294 closed defect (bug) (fixed)
Incorrect docs for pre_do_shortcode_tag and do_shortcode_tag filters
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.8 | Priority: | low |
| Severity: | trivial | Version: | 4.7 |
| Component: | Shortcodes | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
The $attr parameter in these filters is listed as an array, but it comes from shortcode_parse_atts(), which can return an array or a string.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Uploaded the patch for this ticket.