Make WordPress Core

Opened 18 years ago

Closed 17 years ago

Last modified 7 months ago

#3432 closed defect (bug) (fixed)

Input label in Edit Comment form doesn't match up with form field

Reported by: jeremyvisser's profile 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)

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

Download all attachments as: .zip

Change History (8)

@JeremyVisser
18 years ago

Fix for the problem

#1 @ryan
18 years ago

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

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

#2 @JeremyVisser
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...

@JeremyVisser
18 years ago

Fixes well-formedness error

#3 @JeremyVisser
18 years ago

  • Keywords has-patch added

#4 @Nazgul
18 years ago

  • Milestone changed from 2.1.1 to 2.1.2

#5 @foolswisdom
17 years ago

  • Milestone changed from 2.1.3 to 2.2

#6 @rob1n
17 years ago

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