diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php index 98a5e21a3e..5ae26212df 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php @@ -279,6 +279,9 @@ class WP_REST_Taxonomies_Controller extends WP_REST_Controller { 'types' => array( 'description' => __( 'Types associated with resource.' ), 'type' => 'array', + 'items' => array( + 'type' => 'string', + ), 'context' => array( 'view', 'edit' ), 'readonly' => true, ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 013d3ea29b..7cb4947f6d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta1-39102'; +$wp_version = '4.7-beta1-39103'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.