Changes between Initial Version and Version 1 of Ticket #16742, comment 9
- Timestamp:
- 03/05/11 14:41:24 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16742, comment 9
initial v1 1 1 Actually, it does fix the original bug, but it stomps the original 'meta_query', if it's set: 2 2 3 ` 3 {{{ 4 4 query_posts( array( 5 5 'meta_query' => array( … … 7 7 ) 8 8 ) ); 9 ` 9 }}}