#10894 closed defect (bug) (worksforme)
Categories are not working for me in wordpress 2.8.4
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | highest omg bbq | |
| Severity: | major | Version: | 2.8.4 |
| Component: | Upgrade/Install | Keywords: | reporter-feedback has-patch has-unit-tests |
| Focuses: | Cc: |
Description
Categories can be created and are added to the database, but they do not show up under the admin section and cannot be edited. I have this issue with an IIS and apache webserver, both of which are using the same SQL database. I have a 2.8.3 install of wordpress that is not having this issue.
Change History (3)
#2
@
16 years ago
- Milestone Unassigned deleted
- Resolution set to worksforme
- Status changed from new to closed
No feedback in 4 months. Closing as worksforme pending reporter feedback showing otherwise.
This ticket was mentioned in PR #10956 on WordPress/wordpress-develop by @paulkevan.
2 months ago
#3
- Keywords has-patch has-unit-tests added
## Summary
- Adds enable_real_time_collaboration to the expected settings array in WP_Test_REST_Settings_Controller::test_get_items
- The new setting is registered with show_in_rest in #10894 but was missing from the test hardcoded expected list, causing test failures across all PHP/DB matrix combinations
## Test plan
- CI passes for WP_Test_REST_Settings_Controller::test_get_items
Fixes test failures in #10894
Note: See
TracTickets for help on using
tickets.
did you disable all plugins and switch to the default theme?