#3432 closed defect (bug) (fixed)
Input label in Edit Comment form doesn't match up with form field
Reported by: | JeremyVisser | Owned by: | |
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | minor | Version: | 2.1 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
The label for the URI field in wp-admin/edit-form-comment.php
doesn't match up with the actual form field. Attached is a patch to fix the problem.
Attachments (2)
Change History (8)
#2
@
18 years ago
- Milestone changed from 2.1 to 2.1.1
- Resolution fixed deleted
- Status changed from closed to reopened
The input actually contains two ID attributes and is breaking XML well-formedness, thus breaking my site, as I use the application/xhtml+xml
mime-type. Removing the id="URL"
attribute would fix this.
Patch coming...
Note: See
TracTickets for help on using
tickets.
Fix for the problem