From 66551de94c5725d472c32e74eb00077a6659a6f0 Mon Sep 17 00:00:00 2001
From: Rachel Baker <rachel@rachelbaker.me>
Date: Mon, 2 Jan 2017 18:43:44 +0000
Subject: [PATCH] REST API: Add missing assertions to the view and embed
 context response data for the Users Controller.

Adds tests for responses where `context != 'edit'` the following properties are not included in the response data:
- `email`
- `locale`
- `registered_date`

Props thepelkus, jnylen0.
Fixes #39399.

Built from https://develop.svn.wordpress.org/trunk@39660


git-svn-id: http://core.svn.wordpress.org/trunk@39600 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
 wp-includes/version.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wp-includes/version.php b/wp-includes/version.php
index ac8741f1a9..3745cc060c 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '4.8-alpha-39659';
+$wp_version = '4.8-alpha-39660';
 
 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.