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: JeremyVisser Owned by: anonymous
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)

labelfix.diff (621 bytes) - added by JeremyVisser 6 years ago.
Fix for the problem
edit-form-comment.php.diff (697 bytes) - added by JeremyVisser 6 years ago.
Fixes well-formedness error

Download all attachments as: .zip

Change History (8)

Fix for the problem

comment:1   ryan6 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4607]) Fix input label. Props JeremyVisser. fixes #3432

  • 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...

Fixes well-formedness error

  • Keywords has-patch added
  • Milestone changed from 2.1.1 to 2.1.2
  • Milestone changed from 2.1.3 to 2.2
  • Resolution set to fixed
  • Status changed from reopened to closed

(In [5237]) Take out duplicate ID. Props JeremyVisser. fixes #3432

Note: See TracTickets for help on using tickets.