Opened 12 years ago
Closed 12 years ago
#23643 closed defect (bug) (fixed)
Redundant use of esc_url() in wp-admin/includes/export.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Export | Keywords: | has-patch commit |
Focuses: | Cc: |
Description (last modified by )
In ticket #13555, esc_url() was moved into the_guid() function. See: [14949]
but it wasn't removed from this line
http://core.trac.wordpress.org/browser/tags/3.5.1/wp-admin/includes/export.php#L374
I'd like to submit a fix to remove esc_url() as it is already called inside the_guid()
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
remove redundant esc_url