Make WordPress Core


Ignore:
Timestamp:
08/18/2019 02:07:00 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Add descriptions for sections in a personal data export file.

Props garrett-eclipse, Venutius, karmatosed.
Fixes #45491.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/privacy/wpPrivacyProcessPersonalDataExportPage.php

    r45148 r45825  
    143143        $data = array(
    144144            array(
    145                 'group_id'    => 'custom-exporter-group-id',
    146                 'group_label' => 'custom-exporter-group-label',
    147                 'item_id'     => 'custom-exporter-item-id',
    148                 'data'        => array(
     145                'group_id'          => 'custom-exporter-group-id',
     146                'group_label'       => 'Custom Exporter Group Label',
     147                'group_description' => 'Custom Exporter Group Description',
     148                'item_id'           => 'custom-exporter-item-id',
     149                'data'              => array(
    149150                    array(
    150151                        'name'  => 'Email',
Note: See TracChangeset for help on using the changeset viewer.