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:
Boone Gorges 2016-01-15 20:13:33 +00:00
parent ac9e991dc8
commit 7ee3e02d72
1 changed files with 1 additions and 1 deletions

View File

@ -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.