[wp-trac] Re: [WordPress Trac] #8146: Quick tag/category edit appears to be using filtered data

WordPress Trac wp-trac at lists.automattic.com
Tue Nov 18 14:44:56 GMT 2008


#8146: Quick tag/category edit appears to be using filtered data
----------------------------------------------------+-----------------------
 Reporter:  jhodgdon                                |        Owner:  anonymous
     Type:  defect                                  |       Status:  closed   
 Priority:  normal                                  |    Milestone:  2.7      
Component:  Administration                          |      Version:  2.7      
 Severity:  normal                                  |   Resolution:  fixed    
 Keywords:  tag, category, edit, filter, has-patch  |  
----------------------------------------------------+-----------------------
Comment (by jhodgdon):

 Changeset [9751] looks mostly OK to me -- will test a bit later. Of
 course, now that [9740] and [9737] are in there, it might not have been
 necessary.

 And why did you decide not to remove the overall cat_rows, tag_rows, and
 link_rows filtering at the end? That is just going to cause headaches in
 plugin compatibility.

 The reason is that 'cat_rows' and the others were necessary in older WP
 versions, because there wasn't proper display filtering being applied to
 the categories lists. But now if you apply cat_rows, you will filter the
 quick edit data, which is problematic.

 So how about reversing [9751] and instead applying a patch that removes
 'cat_rows', 'link_rows', and 'tag_rows' overall filtering?

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8146#comment:35>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list