mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-29 12:37:57 +01:00
Docs: Correct DocBlock formatting for wp_privacy_personal_data_erasers
filter.
Merges [43104] to the 4.9 branch. See #43637. Built from https://develop.svn.wordpress.org/branches/4.9@43106 git-svn-id: http://core.svn.wordpress.org/branches/4.9@42935 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
050ea51bcb
commit
fdb8a97664
@ -4250,6 +4250,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 = '4.9.6-alpha-43105';
|
||||
$wp_version = '4.9.6-alpha-43106';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user