Changeset 49833
- Timestamp:
- 12/18/2020 12:26:21 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/postStatus.php
r49830 r49833 470 470 array( 471 471 'exclude_from_search' => false, 472 'capabilities' => [472 'capabilities' => array( 473 473 'read_private_posts' => 'read_private_pt1s', 474 ],474 ), 475 475 ) 476 476 ); … … 550 550 array( 551 551 'exclude_from_search' => false, 552 'capabilities' => [552 'capabilities' => array( 553 553 'read_private_posts' => 'read_private_pt1s', 554 ],554 ), 555 555 ) 556 556 ); … … 612 612 $q = new WP_Query( 613 613 array( 614 'post_type' => [ 'wptests_pt1', 'wptests_pt2' ],614 'post_type' => array( 'wptests_pt1', 'wptests_pt2' ), 615 615 ) 616 616 );
Note: See TracChangeset
for help on using the changeset viewer.