#18983 closed defect (bug) (fixed)
Link Tags broken on Aortic
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Taxonomy | Version: | 3.3 |
| Severity: | major | Keywords: | has-patch |
| Cc: |
Description
domain.com/wp-admin/edit-tags.php?taxonomy=link_category comes up as Invalid taxonomy
You also can't add new ones. If you try, you go in to the link, add a new category and it's there, but it doesn't show up on wp-admin/link-manager.php
Attachments (1)
Change History (12)
comment:1
SergeyBiryukov — 19 months ago
- Milestone changed from Awaiting Review to 3.3
SergeyBiryukov — 19 months ago
comment:2
SergeyBiryukov — 19 months ago
- Keywords has-patch added
Seems to be two issues here.
18983.patch will fix the issue with invalid taxonomy.
Also no new categories I add show up there in the dropdown.
And new links aren't added too, or?
Since we're in beta, I simply removed the filtering so we have something more akin to the previous behavior.
- Resolution set to fixed
- Status changed from new to closed
There is definitely something odd going on with the category dropdown. Let's address that in a separate ticket.
comment:8
in reply to:
↑ 4
;
follow-up:
↓ 9
SergeyBiryukov — 19 months ago
Replying to ocean90:
And new links aren't added too, or?
New links seem to be added correctly.
Replying to Ipstenu:
Also no new categories I add show up there in the dropdown.
This part is probably correct, since it has 'hide_empty' => true. On my install the dropdown is currently empty though, which is weird.
comment:9
in reply to:
↑ 8
SergeyBiryukov — 19 months ago
Replying to SergeyBiryukov:
On my install the dropdown is currently empty though, which is weird.
And on Link Categories screen, all link counts are zero. Even though there are still 7 default links in the Blogroll category.
comment:10
ocean90 — 19 months ago
comment:11
Ipstenu — 19 months ago
Sergey, I meant no new cats I added to links showed up. Basically I can only see the ONE item in the drop down, even though, clearly from the screenshot, I have two :)
But that's for the other ticket.


Since [18966], edit-tags.php limits allowed taxonomies to the ones with 'show_ui' => true.