Privacy: Correct unit test for `wp_user_personal_data_exporter()` added in [43055].

`user_status` is not considered personal data, so the total number of exported user properties is 11.

See #43547.
Built from https://develop.svn.wordpress.org/trunk@43116


git-svn-id: http://core.svn.wordpress.org/trunk@42945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-05-02 04:11:21 +00:00
parent 6145ef6dea
commit 64192e967e
1 changed files with 1 additions and 1 deletions

View File

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