WordPress.org

Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16742, comment 9

Timestamp:
03/05/11 14:41:24 (2 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16742, comment 9

    initial v1  
    11Actually, it does fix the original bug, but it stomps the original 'meta_query', if it's set: 
    22 
    3 ` 
     3{{{ 
    44query_posts( array( 
    55        'meta_query' => array( 
     
    77        ) 
    88) ); 
    9 ` 
     9}}}