Opened 10 years ago
Closed 10 years ago
#39541 closed defect (bug) (fixed)
Doc update/fix for deprecated function
| Reported by: | teinertb | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.8 |
| Component: | Security | Version: | 4.7 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This change would be useful for 3rd parties attempting to parse the doc to identify newly deprecated methods.