Opened 16 years ago
Closed 16 years ago
#11760 closed defect (bug) (duplicate)
deprecate sanitize_url() and clean_url()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.0 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
We've had esc_url_raw() since WP 2.8. We should now deprecate the two above-mentioned functions and clean up the code.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Or rather, we should at least obsolete sanitize_url(), and mark clean_url() as "for internal use only, use esc_url() and esc_url_raw() instead".