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:
parent
ac9e991dc8
commit
7ee3e02d72
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue