Opened 16 years ago
Closed 16 years ago
#2525 closed defect (bug) (fixed)
replace deprecated attribute_escape() with esc_attr()
| Reported by: | cnorris23 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2.6 |
| Component: | Core | Version: | |
| Severity: | Keywords: | has-patch | |
| Cc: |
Description
The function attribute_escape() has been deprecated since WP 2.8. It's recommended replacement is clean_url(). This helps cut down on WP_DEBUG notices.
Related #1728
Attachments (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [3143]) Fixes #2525. Props cnorris23