[wp-trac] Re: [WordPress Trac] #2466: list_cats filter is not applied to categories on the post screen.

WordPress Trac wp-trac at lists.automattic.com
Sat Jul 8 09:19:01 GMT 2006


#2466: list_cats filter is not applied to categories on the post screen.
-------------------------------------------------------------------+--------
 Reporter:  majelbstoat                                            |        Owner:  majelbstoat
     Type:  defect                                                 |       Status:  new        
 Priority:  normal                                                 |    Milestone:  2.1        
Component:  Administration                                         |      Version:  2.0.3      
 Severity:  normal                                                 |   Resolution:             
 Keywords:  list_cats filter dropdown_categories has-patch commit  |  
-------------------------------------------------------------------+--------
Changes (by majelbstoat):

  * version:  2.0.1 => 2.0.3

Comment:

 This still remains an issue on the 2.0.x branch and the trunk.  The
 addition of the get_categories() filter means most of the problem has been
 fixed.  But, there are still instances where get_category() is called,
 with no possibility to alter the output.

 Attached are patches for 2.1 and 2.0.4 that adds the filter get_category()
 to do the same job as the filter in get_categories().  With this, it
 should finally be possible for plugins to work with a category's data
 before it is output, in all cases.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/2466>
WordPress Trac <http://wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list