Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #18345, comment 2


Ignore:
Timestamp:
08/06/2011 08:28:19 PM (14 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18345, comment 2

    initial v1  
    66{{{
    77global $query_string;
    8 query_posts( $query_string . 'cat=1' );
     8query_posts( $query_string . '&cat=1' );
    99}}}