mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Various corrections and improvements to inline documentation.
See #55646 git-svn-id: https://develop.svn.wordpress.org/trunk@53827 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -159,7 +159,6 @@ class WP_Comment_Query {
|
||||
* Default null.
|
||||
* @type string $fields Comment fields to return. Accepts 'ids' for comment IDs
|
||||
* only or empty for all fields. Default empty.
|
||||
* @type int $ID Currently unused.
|
||||
* @type array $include_unapproved Array of IDs or email addresses of users whose unapproved
|
||||
* comments will be returned by the query regardless of
|
||||
* `$status`. Default empty.
|
||||
@@ -223,7 +222,6 @@ class WP_Comment_Query {
|
||||
* Default empty.
|
||||
* @type int[] $post_author__not_in Array of author IDs *not* to retrieve comments for.
|
||||
* Default empty.
|
||||
* @type int $post_ID Currently unused.
|
||||
* @type int $post_id Limit results to those affiliated with a given post ID.
|
||||
* Default 0.
|
||||
* @type int[] $post__in Array of post IDs to include affiliated comments for.
|
||||
|
||||
Reference in New Issue
Block a user