Ticket #5348 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

<h2> outside of wrap on comment edit page

Reported by: rob1n Assigned to: ryan
Priority: low Milestone: 2.5
Component: Administration Version: 2.3.1
Severity: minor Keywords: has-patch commit
Cc:

Description

Editing a single comment (something like comment.php?action=editcomment&c=526), the <h2> is outside of the wrap, which looks very awkward and isn't consistent with the rest of the admin.

Attached patch fixes for trunk, should work for 2.3 branch too.

Attachments

5348.diff (0.6 kB) - added by rob1n on 11/13/07 05:54:49.

Change History

11/13/07 05:54:49 changed by rob1n

  • attachment 5348.diff added.

11/13/07 16:23:30 changed by lloydbudd

  • keywords changed from has-patch to has-patch commit.
  • milestone changed from 2.3.2 to 2.4.

11/14/07 04:04:50 changed by rob1n

Why not 2.3.2? It's a minor change and really should be fixed for the 2.3 branch -- it just looks weird and reports are likely to come in.

11/14/07 17:04:03 changed by lloydbudd

Applying to trunk first is always a good idea. The first for inclusion in maint. is severity and pervasiveness of the problem. You say reports are likely to come in, but this is also the first report of it. And discovering a bug that is already fixed on trunk (with our regular release cycles) is a great opportunity to learn more about WP development.

12/19/07 17:27:22 changed by westi

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

(In [6406]) Move the heading inside the wrap. Fixes #5348 props rob1n