[wp-trac] [WordPress Trac] #16149: Allow querying for the standard post format

WordPress Trac wp-trac at lists.automattic.com
Sun Jan 9 22:22:32 UTC 2011


#16149: Allow querying for the standard post format
-------------------------+------------------
 Reporter:  nacin        |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  3.1
Component:  Query        |     Version:  3.1
 Severity:  normal       |  Resolution:
 Keywords:  has-patch    |
-------------------------+------------------
Changes (by nacin):

 * milestone:  Future Release => 3.1


Comment:

 Moving back to 3.1 for the bug fix. Basically means doing:
 {{{
 $tax = get_taxonomy( 'post_format' );
 $qvs['post_type'] = $tax->object_type;
 }}}
 Will follow along with a patch later.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16149#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list