Opened 14 months ago
Closed 14 months ago
#62373 closed defect (bug) (fixed)
Coding Standards: esc_attr to esc_url
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Comments | Keywords: | has-patch |
| Focuses: | coding-standards | Cc: |
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.
#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].