Opened 11 years ago
Closed 11 years ago
#28870 closed defect (bug) (wontfix)
Remove unused function register_column_headers
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.0 |
Component: | General | Keywords: | close |
Focuses: | administration | Cc: |
Description
Function that is not used with no return statement.
function register_column_headers($screen, $columns) { $wp_list_table = new _WP_List_Table_Compat($screen, $columns); }
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Maybe not used by core, but what about plugins? Take a look at what
_WP_List_Table_Compat
does, there is no need to return something.