#18983 closed defect (bug) (fixed)
Link Tags broken on Aortic
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | major | Version: | 3.3 |
Component: | Taxonomy | Keywords: | has-patch |
Focuses: | 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)
#4
follow-up:
↓ 8
@
14 years ago
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?
#6
@
14 years ago
Since we're in beta, I simply removed the filtering so we have something more akin to the previous behavior.
#7
@
14 years ago
- 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.
#8
in reply to:
↑ 4
;
follow-up:
↓ 9
@
14 years 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.
#9
in reply to:
↑ 8
@
14 years 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.
Since [18966],
edit-tags.php
limits allowed taxonomies to the ones with'show_ui' => true
.