Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19471, comment 8


Ignore:
Timestamp:
12/07/2011 11:47:59 PM (13 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19471, comment 8

    initial v1  
    44        else
    55            $post_type = array('post','our_cpt', 'nav_menu_item');
    6     $query->set('post_type',$post_type);
     6    $query->set('post_type', $post_type);
    77        return $query;
    88`