From b71e62b9eb783ef93b378113f49179f48ac4629b Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 30 Oct 2016 18:09:32 +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. Built from https://develop.svn.wordpress.org/trunk@39032 git-svn-id: http://core.svn.wordpress.org/trunk@38974 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../fields/class-wp-rest-term-meta-fields.php | 34 ++++++++++++++++--- wp-includes/version.php | 2 +- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php b/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php index 3a36ee3154..da1349b6a5 100644 --- a/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php +++ b/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php @@ -1,18 +1,36 @@ taxonomy ? 'tag' : $this->taxonomy; diff --git a/wp-includes/version.php b/wp-includes/version.php index eed2c3ed9e..58283fecfa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta1-39031'; +$wp_version = '4.7-beta1-39032'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.