Opened 22 months ago
Closed 22 months ago
#62373 closed defect (bug) (fixed)
Coding Standards: esc_attr to esc_url
| Reported by: | hiteshhuptechweb | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.8 |
| Component: | Comments | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | coding-standards |
Description
I reviewed files and then i found one of change escape function esc_attr to esc_url src\wp-admin\edit-form-comment.php
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
#56140 did not replace the function in
user-new.php, butesc_url()seems more appropriate for comment authors. The comment author URL requires a valid URL (it addshttp://to something like 'none').Changesets related to escaping
newcomment_author_urlinclude [5543], [9436], [11104], [11204] and [11739].