[wp-forums] unable to delete a tag

Michael D Adams mdawaffe at wordpress.org
Tue Feb 8 03:20:39 UTC 2011


On Tue, Jan 18, 2011 at 1:58 PM, Otto <otto at ottodestruct.com> wrote:
> Weird. The data is actually fine, but something is generating the
> remove link incorrectly. It's using the term_taxonomy_id instead of
> the tag_id in the tag-remove link, which leads to the bad result.
>
> Since it's only happening on some tags and not others, I'm thinking a
> caching issue, perhaps? I'll have to dive deeper into bbPress to
> figure it out.

In bbPress, the term_taxonomy_id *is* the tag_id (unlike in WordPress,
which uses the term_id).

http://trac.bbpress.org/browser/trunk/bb-includes/functions.bb-topic-tags.php?rev=2855#L418

It's possible this may have fixed the issue reported on the list:
http://trac.bbpress.org/changeset/2855/

Mike


More information about the wp-forums mailing list