#28879 closed defect (bug) (fixed)
Admin panel taxonomy terms listing results in a fatal error
| Reported by: | magadanski_uchen | Owned by: | wonderboymusic |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0 |
| Component: | Taxonomy | Version: | 4.0 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | administration |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I can't reproduce in my local checkout, and
WP_Terms_List_Table::get_columns()ispublicin 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?