#35700 closed defect (bug) (fixed)
Fix in docs for function `wp_kses_post_deep`
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
Should be:
/** * Navigates through an array, object, or scalar, and sanitizes content for * allowed HTML tags for post content. * * @since 4.4.2 * * @param mixed $data The array or string to filter. * @return mixed The filtered content. */
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
In 36488: