mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
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:
parent
18e8f75ee0
commit
6145ef6dea
@ -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.
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user