Opened 13 years ago
Closed 13 years ago
#24247 closed defect (bug) (fixed)
wp-admin/post.php: Remove unused variables and get_post() calls
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.6 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Since [12708].
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
$p(line 136) was originally added in [854]. Appears to be unused since [1491].$post_type(line 157) is actually used in the next line.$post(line 226) was introduced in [11749] and removed in [12708] forcase 'untrash', but not forcase 'trash', although it was unused in both.