Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#18983 closed defect (bug) (fixed)

Link Tags broken on Aortic

Reported by: ipstenu's profile Ipstenu 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)

18983.patch (360 bytes) - added by SergeyBiryukov 14 years ago.

Download all attachments as: .zip

Change History (12)

#1 @SergeyBiryukov
14 years ago

  • Milestone changed from Awaiting Review to 3.3

#2 @SergeyBiryukov
14 years ago

  • Keywords has-patch added

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

#3 @Ipstenu
14 years ago

That works, but there's something still weird/wrong with the dropdown....

http://f.cl.ly/items/2u1u3R3M241w221g2r0p/link-cat.jpg

See how I have a category for My Other Sites but it's not in the dropdown?

Also no new categories I add show up there in the dropdown.

#4 follow-up: @ocean90
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?

#5 @ryan
14 years ago

In [18990]:

Don't filter taxonomy list. see #18983

#6 @ryan
14 years ago

Since we're in beta, I simply removed the filtering so we have something more akin to the previous behavior.

#7 @ryan
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: @SergeyBiryukov
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 @SergeyBiryukov
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.

#11 @Ipstenu
14 years 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.

Note: See TracTickets for help on using tickets.