Opened 12 years ago
Closed 12 years ago
#22224 closed defect (bug) (fixed)
E_STRICT errors in WP_Plugins_List_Table/WP_List_Table
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Warnings/Notices | Keywords: | has-patch |
Focuses: | Cc: |
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)
Note: See
TracTickets for help on using
tickets.
Bug confirmed.
There is also a mismatch between
WP_Plugins_List_Table::single_row
andWP_List_Table::single_row
.