From 46af2b9cd900d5f6f65801732646f5b30d8251d3 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Sep 2015 19:57:15 +0000 Subject: [PATCH] Docs: Add complete file, class, property, and method documentation for the new `WP_Comment` class, introduced in [33891]. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's important for new functionality, especially something as significant as a new class to have complete documentation upon initial commit – not after the fact. See #32619. git-svn-id: https://develop.svn.wordpress.org/trunk@33893 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-comment.php | 112 +++++++++++++++++++++++++-- 1 file changed, 104 insertions(+), 8 deletions(-) diff --git a/src/wp-includes/class-wp-comment.php b/src/wp-includes/class-wp-comment.php index b1898995bb..753ab39dbd 100644 --- a/src/wp-includes/class-wp-comment.php +++ b/src/wp-includes/class-wp-comment.php @@ -1,82 +1,165 @@