#28879 closed defect (bug) (fixed)
Admin panel taxonomy terms listing results in a fatal error
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Taxonomy | Keywords: | |
Focuses: | administration | Cc: |
Description
I installed WordPress 4.0 and going to a taxonomy terms (such as categories at /wp-admin/edit-tags.php?taxonomy=category) I get the following fatal error:
Access level to WP_Terms_List_Table::get_columns() must be public (as in class WP_List_Table) in \wp-admin\includes\class-wp-terms-list-table.php on line 456
Change History (7)
#5
@
11 years ago
- Component changed from Administration to Taxonomy
Could not reproduce neither on PHP 5.2.4 (minimal required version) nor on 5.2.17.
WP_Terms_List_Table::get_columns()
is public, see [29118]. Make sure you have that file updated.
Note: See
TracTickets for help on using
tickets.
I can't reproduce in my local checkout, and
WP_Terms_List_Table::get_columns()
ispublic
in my local install.To confirm, this is a stock install with no plugins and Twenty Fourteen active? Can you look into why the method might be something other than
public
?