Opened 9 years ago
Last modified 4 years ago
#36428 new defect (bug)
Weird default value of option 'default_link_category'
Reported by: | JanVoracek | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.5 |
Component: | Upgrade/Install | Keywords: | needs-patch needs-unit-tests |
Focuses: | Cc: |
Description
The option default_link_category
has value 2
after installing WordPress. It makes no sense since 3.5.
Generally, it's not a big problem, but we check referential integrity in our plugin and this fails because there's no term_taxonomy
with ID 2
.
Change History (2)
Note: See
TracTickets for help on using
tickets.
I've moved this over to the upgrade/install component and added a couple of key words. As mentioned above, it's of fairly low priority.