From bfe8b01ef290d519346da05489e84ebb7b916340 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 4 Sep 2015 01:47:25 +0000 Subject: [PATCH] Docs: Clarify the file header summary for wp-includes/comment.php, the top-level file for the core Comments API. Also adds inline DocBlock for the `require_once()` calls that now bring in the `WP_Comment` and `WP_Comment_Query` classes, as well as core comments functionality. See #33413. See #33701. Built from https://develop.svn.wordpress.org/trunk@33900 git-svn-id: http://core.svn.wordpress.org/trunk@33869 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/comment.php | 8 +++++++- wp-includes/version.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/wp-includes/comment.php b/wp-includes/comment.php index 59944b8fc2..6e757d3375 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -1,11 +1,17 @@