Ticket #3432 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Reported by: JeremyVisser Assigned to: 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

labelfix.diff (0.6 kB) - added by JeremyVisser on 12/04/06 11:08:06.
Fix for the problem
edit-form-comment.php.diff (0.7 kB) - added by JeremyVisser on 02/06/07 01:56:57.
Fixes well-formedness error

Change History

12/04/06 11:08:06 changed by JeremyVisser

  • attachment labelfix.diff added.

Fix for the problem

12/05/06 06:52:56 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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

02/06/07 01:54:14 changed by JeremyVisser

  • status changed from closed to reopened.
  • resolution deleted.
  • milestone changed from 2.1 to 2.1.1.

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

02/06/07 01:56:57 changed by JeremyVisser

  • attachment edit-form-comment.php.diff added.

Fixes well-formedness error

02/06/07 01:58:25 changed by JeremyVisser

  • keywords set to has-patch.

02/21/07 15:54:02 changed by Nazgul

  • milestone changed from 2.1.1 to 2.1.2.

03/28/07 00:58:13 changed by foolswisdom

  • milestone changed from 2.1.3 to 2.2.

04/10/07 23:44:59 changed by rob1n

  • status changed from reopened to closed.
  • resolution set to fixed.

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