Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#4524 closed defect (bug) (fixed)

Missing title H2 in comment edition ?

Reported by: momo360modena's profile momo360modena Owned by:
Milestone: 2.3 Priority: normal
Severity: normal Version: 2.2.1
Component: Administration Keywords: has-patch commit
Focuses: Cc:

Description

curious...

in "edit-form-comment.php"

$toprow_title = sprintf(__('Editing Comment # %s'), $comment->comment_ID);

This line isn't used after...

I think that a title h2 is missing...
See patch :)

Attachments (2)

forgive_h2.patch (475 bytes) - added by momo360modena 17 years ago.
4524.diff (502 bytes) - added by Nazgul 17 years ago.

Download all attachments as: .zip

Change History (7)

#1 @foolswisdom
17 years ago

  • Version changed from 2.3 to 2.2.1

#2 @rob1n
17 years ago

  • Milestone changed from 2.2.2 to 2.3 (trunk)

#3 @pishmishy
17 years ago

  • Keywords has-patch added

@Nazgul
17 years ago

#4 @Nazgul
17 years ago

  • Keywords commit added

Refreshed patch

#5 @westi
17 years ago

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

(In [6003]) Tell the user what number comment they are editing. Fixes #4524 props momo360modena and Nazgul.

Note: See TracTickets for help on using tickets.