From 75a1951892c4672e51df12b03780b72dda31e3d7 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 30 Oct 2016 18:08:36 +0000 Subject: [PATCH] Docs: Add much more complete and syntactically correct documentation throughout the `WP_REST_Term_Meta_Fields` class. Props Soean, mrahmadawais, flixos90. See #38398. git-svn-id: https://develop.svn.wordpress.org/trunk@39032 602fd350-edb4-49c9-b593-d223f7449a82 --- .../fields/class-wp-rest-term-meta-fields.php | 34 ++++++++++++++++--- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/src/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php b/src/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php index 3a36ee3154..da1349b6a5 100644 --- a/src/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php +++ b/src/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php @@ -1,18 +1,36 @@ taxonomy ? 'tag' : $this->taxonomy;