Opened 7 months ago
Closed 7 months ago
#22224 closed defect (bug) (fixed)
E_STRICT errors in WP_Plugins_List_Table/WP_List_Table
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Warnings/Notices | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | kurtpayne |
Description
2 E_STRICT errors caused by WP_Plugins_List_Table/WP_List_Table:
Declaration of WP_Plugins_List_Table::bulk_actions() should be compatible with that of WP_List_Table::bulk_actions()
Declaration of WP_Plugins_List_Table::single_row() should be compatible with that of WP_List_Table::single_row()
The WP_Plugins_List_Table methods have an extra argument versus the same method in the parent class (WP_List_Table).
Attachments (1)
Change History (7)
comment:1
SergeyBiryukov — 7 months ago
- Component changed from Plugins to Warnings/Notices
comment:4
SergeyBiryukov — 7 months ago
- Milestone changed from Awaiting Review to 3.5
- Version changed from 3.1 to 3.4.2
comment:5
SergeyBiryukov — 7 months ago
- Version changed from 3.4.2 to 3.1
Note: See
TracTickets for help on using
tickets.

Bug confirmed.
There is also a mismatch between WP_Plugins_List_Table::single_row and WP_List_Table::single_row.