mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Correct documentation for post_author param of WP_Comment_Query.
Props chriscct7. Fixes #35481. git-svn-id: https://develop.svn.wordpress.org/trunk@36327 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -219,7 +219,7 @@ class WP_Comment_Query {
|
||||
* Default empty.
|
||||
* @type array $post__not_in Array of post IDs to exclude affiliated comments for.
|
||||
* Default empty.
|
||||
* @type int $post_author Comment author ID to limit results by. Default empty.
|
||||
* @type int $post_author Post author ID to limit results by. Default empty.
|
||||
* @type string $post_status Post status to retrieve affiliated comments for.
|
||||
* Default empty.
|
||||
* @type string $post_type Post type to retrieve affiliated comments for.
|
||||
|
||||
Reference in New Issue
Block a user