Add tests for current behavior of wp_set_current_user().

See #20845.
Built from https://develop.svn.wordpress.org/trunk@34945


git-svn-id: http://core.svn.wordpress.org/trunk@34910 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2015-10-08 17:19:24 +00:00
parent 305ae14461
commit 77ae65acdb

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34944';
$wp_version = '4.4-alpha-34945';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.