Make WordPress Core


Ignore:
Timestamp:
04/27/2018 07:53:37 PM (7 years ago)
Author:
azaozz
Message:

Privacy: add means to export personal data by username or email address. Generate a zipped export file containing all data. First run.

Props allendav.
See #43546.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r42986 r43012  
    716716                'noneRemoved'     => __( 'Personal data was found for this user but was not removed.' ),
    717717                'someNotRemoved'  => __( 'Personal data was found for this user but some of the personal data found was not removed.' ),
    718                 'anErrorOccurred' => __( 'An error occurred while attempting to find and remove personal data.' ),
     718                'removalError'    => __( 'An error occurred while attempting to find and remove personal data.' ),
     719                'noExportFile'    => __( 'No personal data export file was generated.' ),
     720                'exportError'     => __( 'An error occurred while attempting to export personal data.' ),
    719721            )
    720722        );
Note: See TracChangeset for help on using the changeset viewer.