mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 04:25:07 +00:00
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:
parent
4c91776f3b
commit
b750ee042b
@ -219,7 +219,7 @@ class WP_Comment_Query {
|
|||||||
* Default empty.
|
* Default empty.
|
||||||
* @type array $post__not_in Array of post IDs to exclude affiliated comments for.
|
* @type array $post__not_in Array of post IDs to exclude affiliated comments for.
|
||||||
* Default empty.
|
* 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.
|
* @type string $post_status Post status to retrieve affiliated comments for.
|
||||||
* Default empty.
|
* Default empty.
|
||||||
* @type string $post_type Post type to retrieve affiliated comments for.
|
* @type string $post_type Post type to retrieve affiliated comments for.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user