Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#5348 closed defect (bug) (fixed)

<h2> outside of wrap on comment edit page

Reported by: rob1n's profile rob1n Owned by: ryan's profile ryan
Milestone: 2.5 Priority: low
Severity: minor Version: 2.3.1
Component: Administration Keywords: has-patch commit
Focuses: 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 (1)

5348.diff (626 bytes) - added by rob1n 18 years ago.

Download all attachments as: .zip

Change History (5)

@rob1n
18 years ago

#1 @lloydbudd
18 years ago

  • Keywords commit added
  • Milestone changed from 2.3.2 to 2.4

#2 @rob1n
18 years ago

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.

#3 @lloydbudd
18 years ago

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.

#4 @westi
18 years ago

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

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

Note: See TracTickets for help on using tickets.