Skip to content

Commit 6407c57

Browse files
Pieter DaalderPieter Daalder
authored andcommitted
Clarified behavior in favor of a fix for #298
1 parent 9b271e7 commit 6407c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Post_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,8 @@ protected function delete_callback( $post_id, $assoc_args ) {
504504
/**
505505
* Gets a list of posts.
506506
*
507-
* Display posts based on all arguments supported by
508-
* [WP_Query()](https://developer.wordpress.org/reference/classes/wp_query/).
507+
* Display posts based on all arguments supported by [WP_Query()](https://developer.wordpress.org/reference/classes/wp_query/).
508+
* Only shows post types marked as post by default.
509509
*
510510
* ## OPTIONS
511511
*

0 commit comments

Comments
 (0)