Opened 6 years ago
Closed 6 years ago
#3432 closed defect (bug) (fixed)
Input label in Edit Comment form doesn't match up with form field
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | Administration | Version: | 2.1 |
| Severity: | minor | Keywords: | has-patch |
| 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)
JeremyVisser — 6 years ago
- Resolution set to fixed
- Status changed from new to closed
comment:2
JeremyVisser — 6 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...
comment:3
JeremyVisser — 6 years ago
- Keywords has-patch added
comment:5
foolswisdom — 6 years ago
- Milestone changed from 2.1.3 to 2.2
Note: See
TracTickets for help on using
tickets.

Fix for the problem