[wp-trac] [WordPress Trac] #9967: Edit-tags generates incorrect
links for taxonomies and categories
WordPress Trac
wp-trac at lists.automattic.com
Thu May 28 21:18:04 GMT 2009
#9967: Edit-tags generates incorrect links for taxonomies and categories
----------------------------+-----------------------------------------------
Reporter: gortsleigh | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: Administration | Version: 2.8
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
In the "posts" column of the table of tags, wp-admin/edit-tags.php
generates links with the attribute 'tag=' regardless of the taxonomy being
edited. For anything other than post tags, this is incorrect.
The fix is in the attached patch.
For post tags, the patch generates links as before, like
{{{
edit.php?tag=my-tag-value
}}}
For categories, it generates links of the form
{{{
edit.php?cat=162
}}}
For custom taxonomies, it uses the taxonomy (for example, an Artist
taxonomy):
{{{
edit.php?artist=alison-krauss
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9967>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list