From c4df9d63ba69c51709ccc806298193c7ae20fabf Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 30 Oct 2016 16:36:32 +0000 Subject: [PATCH] Docs: Add much more complete and syntactically correct documentation throughout the `WP_REST_Post_Meta_Fields` class. Props Soean, mrahmadawais, flixos90. See #38398. Built from https://develop.svn.wordpress.org/trunk@39023 git-svn-id: http://core.svn.wordpress.org/trunk@38965 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../fields/class-wp-rest-post-meta-fields.php | 36 ++++++++++++++++--- wp-includes/version.php | 2 +- 2 files changed, 33 insertions(+), 5 deletions(-) diff --git a/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php b/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php index c16460374f..17d87fa44f 100644 --- a/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php +++ b/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php @@ -1,9 +1,26 @@ post_type; diff --git a/wp-includes/version.php b/wp-includes/version.php index 8ce1c87d05..eefbc04b7e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta1-39022'; +$wp_version = '4.7-beta1-39023'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.