Correct documentation for `post_author` param of `WP_Comment_Query`.

Props chriscct7.
Fixes #35481.
Built from https://develop.svn.wordpress.org/trunk@36327


git-svn-id: http://core.svn.wordpress.org/trunk@36294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2016-01-15 20:14:26 +00:00
parent 4c91776f3b
commit b750ee042b
2 changed files with 2 additions and 2 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.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-1452888638140';
$wp_version = '4.5-alpha-1452888852270';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.