Opened 15 years ago
Closed 15 years ago
#2526 closed defect (bug) (fixed)
replace deprecated clean_url() with esc_url()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.2.6 | Priority: | normal |
| Severity: | Version: | ||
| Component: | Core | Keywords: | has-patch |
| Cc: |
Description
The function clean_url() is deprecated as of WP 3.0. It's recommended replacement is esc_url(). This helps cut down on WP_DEBUG notices.
Related #1728
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [3144]) Fixes #2526 props cnorris23