Opened 16 years ago
Closed 16 years ago
#15673 closed defect (bug) (fixed)
WP_Terms_List_Table check_permissions() dead code
| Reported by: | duck_ | Owned by: | scribu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | General | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/class-wp-terms-list-table.php#L35
$cap is set but never used. The only occurrence of passing an argument to check_permissions is in admin-ajax.php which sends 'edit'. Patch sets default cap to be manage_terms, but can be changed to edit_terms by passing 'edit', this means caps check is consistent with pre-list-tables.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
[16713]