From 7ee3e02d7218f68f8665aeddc3aa5b186161e1c5 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Fri, 15 Jan 2016 20:13:33 +0000 Subject: [PATCH] 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 --- src/wp-includes/class-wp-comment-query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-comment-query.php b/src/wp-includes/class-wp-comment-query.php index 359de5c887..1068050d38 100644 --- a/src/wp-includes/class-wp-comment-query.php +++ b/src/wp-includes/class-wp-comment-query.php @@ -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.