Opened 14 years ago
Closed 13 years ago
#18038 closed defect (bug) (fixed)
After Quick Editing a Custom Taxonomy returned link has wrong Post Type
Reported by: | WildPhoenix | Owned by: | duck_ |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | minor | Version: | 3.0 |
Component: | Quick/Bulk Edit | Keywords: | has-patch |
Focuses: | Cc: |
Description
When you use the quick edit form on a custom taxonomy the returned link always returns with the post type as 'post' rather than the correct custom post type.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
The $post_type global isn't set in the WP_Terms_List_Table constructor when instantiated during the AJAX request and so it is set to the default of 'post'.