From 6b4e878a0dddd7123dd46c4ef8e44a7a14dc9a2b Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 30 Oct 2016 06:33:34 +0000 Subject: [PATCH] Docs: Add much more complete and syntactically correct documentation throughout the `WP_REST_Comment_Meta_Fields` class. Props Soean, mrahmadawais, flixos90. See #38398. git-svn-id: https://develop.svn.wordpress.org/trunk@39014 602fd350-edb4-49c9-b593-d223f7449a82 --- .../class-wp-rest-comment-meta-fields.php | 29 ++++++++++++++++--- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php b/src/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php index 15d89dafd4..007f66b6c0 100644 --- a/src/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php +++ b/src/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php @@ -1,19 +1,40 @@