[wp-testers] Link category not updated

Ryan Boren ryan at boren.nu
Wed Jan 24 00:37:48 GMT 2007


On 1/23/07, Dino Termini <dino at duechiacchiere.it> wrote:
> Hi all, thanks for the great job with milestone 2.1, it's really
> awesome! I would like to point out a small bug: I noticed in wp_links
> table that link_category column is not updated according to the new IDs
> assigned to categories after the "merge". For example I had a category
> with ID = 10 (link category named "my suggestions") before upgrading.
> Now it has ID = 33, but link_category column for links in "my
> suggestions" still have value equal to 10. Is this a bug or I'm wrong
> somewhere?

link_category is no longer used.  It's contents are ignored.  We can
probably drop it from the schema.  Plugins that use it will need to
use  wp_get_link_cats() or the link2cat table.

Ryan


More information about the wp-testers mailing list