mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Privacy: Add descriptions for sections in a personal data export file.
Props garrett-eclipse, Venutius, karmatosed. Fixes #45491. git-svn-id: https://develop.svn.wordpress.org/trunk@45825 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2994,10 +2994,11 @@ function wp_user_personal_data_exporter( $email_address ) {
|
||||
}
|
||||
|
||||
$data_to_export[] = array(
|
||||
'group_id' => 'user',
|
||||
'group_label' => __( 'User' ),
|
||||
'item_id' => "user-{$user->ID}",
|
||||
'data' => $user_data_to_export,
|
||||
'group_id' => 'user',
|
||||
'group_label' => __( 'User' ),
|
||||
'group_description' => __( 'User’s profile data.' ),
|
||||
'item_id' => "user-{$user->ID}",
|
||||
'data' => $user_data_to_export,
|
||||
);
|
||||
|
||||
return array(
|
||||
|
||||
Reference in New Issue
Block a user