From a71ee9a0ea1e9176deb1774b9defef53601d6a2b Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 4 Sep 2015 01:38:24 +0000 Subject: [PATCH] Docs: Add a missing file header for wp-includes/class-wp-comment-query.php, introduced in [33750]. Also clarifies the class DocBlock summary and tags for `WP_Comment_Query`. See #33413. See #33701. Built from https://develop.svn.wordpress.org/trunk@33898 git-svn-id: http://core.svn.wordpress.org/trunk@33867 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-comment-query.php | 15 +++++++++++---- wp-includes/version.php | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/wp-includes/class-wp-comment-query.php b/wp-includes/class-wp-comment-query.php index 070bafe5bd..f4bb7f6c60 100644 --- a/wp-includes/class-wp-comment-query.php +++ b/wp-includes/class-wp-comment-query.php @@ -1,14 +1,21 @@