Opened 6 years ago
Closed 6 years ago
#5035 closed defect (bug) (fixed)
wp-admin/edit.php misses a closing brace
| Reported by: |
|
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: |
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)
Change History (5)
- Keywords dev-reviewed added
+1
This really needs to use _wp_comment_list_item instead of duplicating the code
comment:3
Viper007Bond — 6 years ago
- Version set to 2.3
comment:4
markjaquith — 6 years ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

missing ] on edit.php