Opened 9 years ago
Closed 9 years ago
#39541 closed defect (bug) (fixed)
Doc update/fix for deprecated function
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.8 | Priority: | normal |
| Severity: | normal | Version: | 4.7 |
| Component: | Security | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
Along with 4.7 came a new deprecated function that was added to deprecated.php, wp_kses_js_entities. The @deprecated description in the PHPdoc is not in alignment with other deprecated functions. Introduced in 38785
Change * @deprecated deprecated since 4.7 to * @deprecated 4.7.0 Description
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
This change would be useful for 3rd parties attempting to parse the doc to identify newly deprecated methods.