Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#5035 closed defect (bug) (fixed)

wp-admin/edit.php misses a closing brace

Reported by: ozh's profile ozh Owned by:
Milestone: 2.3 Priority: highest omg bbq
Severity: trivial Version: 2.3
Component: Administration Keywords: closing-brace admin edit.php has-patch commit dev-reviewed
Focuses: Cc:

Description

It seems to me that edit.php misses a ] on the line regarding moderate/editing permission :

[ Edit | Delete  | Unapprove  | Approve  | Spam

should be :

[ Edit | Delete  | Unapprove  | Approve  | Spam ]

Quick quick get this in for 2.3 !

Attachments (1)

edit-closing-brace.diff (681 bytes) - added by ozh 17 years ago.
missing ] on edit.php

Download all attachments as: .zip

Change History (5)

@ozh
17 years ago

missing ] on edit.php

#1 @Nazgul
17 years ago

  • Keywords commit added

#2 @westi
17 years ago

  • Keywords dev-reviewed added

+1

This really needs to use _wp_comment_list_item instead of duplicating the code

#3 @Viper007Bond
17 years ago

  • Version set to 2.3

#4 @markjaquith
17 years ago

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

(In [6154]) Bookend moderation links properly with right square bracket. highest omg bbq? Still, nice catch, ozh. fixes #5035

Note: See TracTickets for help on using tickets.