#18983 closed defect (bug) (fixed)
Link Tags broken on Aortic
| Reported by: | Ipstenu | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Taxonomy | Version: | 3.3 |
| Severity: | major | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
15 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
@
15 years ago
Since we're in beta, I simply removed the filtering so we have something more akin to the previous behavior.
#7
@
15 years ago
- Resolution → fixed
- Status new → 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
@
15 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
@
15 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

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