Changes between Initial Version and Version 1 of Ticket #18345, comment 2
- Timestamp:
- 08/06/2011 08:28:19 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18345, comment 2
initial v1 6 6 {{{ 7 7 global $query_string; 8 query_posts( $query_string . ' cat=1' );8 query_posts( $query_string . '&cat=1' ); 9 9 }}}