Docs: Correct DocBlock formatting for wp_privacy_personal_data_erasers filter.

See #43637.
Built from https://develop.svn.wordpress.org/trunk@43104


git-svn-id: http://core.svn.wordpress.org/trunk@42933 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-05-02 03:14:21 +00:00
parent 18e8f75ee0
commit 6145ef6dea
2 changed files with 2 additions and 1 deletions

View File

@ -4561,6 +4561,7 @@ function wp_ajax_wp_privacy_erase_personal_data() {
*
* @param array $args {
* An array of callable erasers of personal data. Default empty array.
*
* @type array {
* Array of personal data exporters.
*

View File

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