Privacy: Add unit tests for _wp_privacy_send_request_confirmation_notification(), introduced in [43211].

Props birgire, desrosj, garrett-eclipse.
Fixes #43967.
Built from https://develop.svn.wordpress.org/trunk@43499


git-svn-id: http://core.svn.wordpress.org/trunk@43326 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-07-17 22:56:25 +00:00
parent 90d63591c6
commit 153783a7f1

View File

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