Opened 8 years ago
Closed 8 years ago
#38126 closed defect (bug) (fixed)
Incorrect value for see parameter in doc of clean_url() function
Reported by: | rabmalin | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Formatting | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
Path: /wp-includes/deprecated.php
Function clean_url()
In https://developer.wordpress.org/reference/functions/clean_url/
Currently, it is This function has been deprecated. Use Alias() instead.
. It should be This function has been deprecated. Use esc_url() instead.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch added