Skip to content

Commit 77b0141

Browse files
authored
Update src/wp-includes/post.php
1 parent 80a2459 commit 77b0141

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/wp-includes/post.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2600,7 +2600,8 @@ function is_post_embeddable( $post = null ) {
26002600
* @see WP_Query::parse_query()
26012601
*
26022602
* @param array|string $args {
2603-
* Optional. Arguments to retrieve posts. See WP_Query::parse_query() for all available arguments.
2603+
* Optional. Array or query string of arguments to retrieve posts.
2604+
* See WP_Query::parse_query() for all available arguments.
26042605
*
26052606
* @type int $numberposts Total number of posts to retrieve. Is an alias of `$posts_per_page`
26062607
* in WP_Query. Accepts -1 for all. Default 5.

0 commit comments

Comments
 (0)