From c8d362a3b2ef8e7448c98644e4d839d15368fd6a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 30 Oct 2016 18:27:28 +0000 Subject: [PATCH] Docs: Add much more complete and syntactically correct documentation throughout the `WP_REST_User_Meta_Fields` class. Props Soean, mrahmadawais, flixos90. See #38398. git-svn-id: https://develop.svn.wordpress.org/trunk@39034 602fd350-edb4-49c9-b593-d223f7449a82 --- .../fields/class-wp-rest-user-meta-fields.php | 29 ++++++++++++++++--- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php b/src/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php index 2e25c7e4e4..dcc9be6727 100644 --- a/src/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php +++ b/src/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php @@ -1,19 +1,40 @@