Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#5035 closed defect (bug) (fixed)

wp-admin/edit.php misses a closing brace

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

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 19 years ago.
missing ] on edit.php

Download all attachments as: .zip

Change History (5)

@ozh
19 years ago

missing ] on edit.php

#1 @Nazgul
19 years ago

  • Keywords commit added

#2 @westi
19 years ago

  • Keywords dev-reviewed added

+1

This really needs to use _wp_comment_list_item instead of duplicating the code

#3 @Viper007Bond
19 years ago

  • Version2.3

#4 @markjaquith
19 years ago

  • Resolutionfixed
  • Status newclosed

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