[wp-trac] [WordPress Trac] #14061: Bugs in edit-tags and edit columns regarding post_type vars
WordPress Trac
wp-trac at lists.automattic.com
Wed Jun 23 19:25:57 UTC 2010
#14061: Bugs in edit-tags and edit columns regarding post_type vars
--------------------------+-------------------------------------------------
Reporter: nacin | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0.1
Component: Taxonomy | Version:
Severity: normal | Keywords: has-patch
--------------------------+-------------------------------------------------
Originally reported by Frumph on wp-testers. I additionally found the
count column issue.
To reproduce the two things fixed by the patch:
1. Add a 'tags' or 'categories' column to pages or a custom post type
using the manage.*columns filters. The tag links to edit.php but it will
not include the post type.
2. Add a tag/term to edit-tags.php, and inspect the link in the post count
column for the row added via AJAX. This is due to _tag_row() relying on a
$post_type global that is set in edit-tags.php but not in admin-ajax.php.
This part is a regression, but it's arguably minor.
Setting to 3.0.1 for now. There may be more bugs here based on Frumph's
reports.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14061>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list