﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
14061	Bugs in edit-tags and edit columns regarding post_type vars	nacin		"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."	defect (bug)	closed	normal	3.0.1	Taxonomy		normal	fixed	has-patch	shidouhikari
