Opened 3 months ago
Closed 3 months ago
#23643 closed defect (bug) (fixed)
Redundant use of esc_url() in wp-admin/includes/export.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Export | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | westi |
Description (last modified by SergeyBiryukov)
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)
pauldewouters — 3 months ago
comment:1
pauldewouters — 3 months ago
- Keywords has-patch added
comment:2
SergeyBiryukov — 3 months ago
- Description modified (diff)
- Keywords commit added; dev-feedback removed
- Milestone changed from Awaiting Review to 3.6
- Version set to 3.0
comment:3
SergeyBiryukov — 3 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 23553:
Note: See
TracTickets for help on using
tickets.

remove redundant esc_url