[wp-trac] Re: [WordPress Trac] #1368: Should apply "posts_where" filter in get_archives

WordPress Trac wp-trac at lists.automattic.com
Tue Jan 9 08:51:28 GMT 2007


#1368: Should apply "posts_where" filter in get_archives
-----------------------------+----------------------------------------------
 Reporter:  anonymousbugger  |        Owner:  anonymous
     Type:  defect           |       Status:  new      
 Priority:  normal           |    Milestone:  2.1      
Component:  Administration   |      Version:  1.5.1    
 Severity:  normal           |   Resolution:           
 Keywords:                   |  
-----------------------------+----------------------------------------------
Comment (by ryan):

 coppit, will something like this suffice:

 {{{
 $query = "SELECT blah blah blah";
 $query = apply_filters('get_archives_query', $query, $args);
 }}}

 If so, want to cook up a patch?

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


More information about the wp-trac mailing list