Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix example
  • Loading branch information
miguelpeixe committed Sep 3, 2013
1 parent ea3da35 commit aa23b5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -19,9 +19,7 @@ To modify what sites are queried, create a 'sites' element in the $args in the c
```php
$args = array(
'multisite' => 1,
'sites' => array(
'sites__in' => array( 1, 2, 3, 5)
)
'sites__in' => array( 1, 2, 3, 5)
);
$query = new WP_Query( $args );
while($query->have_posts()) : $query->the_post();
Expand Down

0 comments on commit aa23b5d

Please sign in to comment.