REST API: Include a refreshed nonce in a X-WP-Nonce header when responding to an authenticated request.

Props adamsilverstein, welcher, markjaquith, aidvu.
Fixes #35662.



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


git-svn-id: http://core.svn.wordpress.org/trunk@37846 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Rachel Baker
2016-06-29 03:02:07 +00:00
parent b8faa92421
commit 41369b1ced
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37904';
$wp_version = '4.6-alpha-37905';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.