[wp-trac] [WordPress Trac] #27674: WP_Query auto-draft

WordPress Trac noreply at wordpress.org
Fri Apr 4 18:10:37 UTC 2014


#27674: WP_Query auto-draft
--------------------------+-----------------------------
 Reporter:  Philo01       |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Database      |    Version:  3.8.1
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 It is not possible to query a single post that has the 'auto-draft'
 status.


 {{{
 $property = new WP_Query( 'p=1&post_type=property&post_status=auto-draft'
 ); // 0 results
 $property = new WP_Query( 'post_type=property&post_status=auto-draft' );
 // 10 results
 }}}

 The code responsible for this can be found in query.php L:2972 - 3002

--
Ticket URL: <https://core.trac.wordpress.org/ticket/27674>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list