Make WordPress Core


Ignore:
Timestamp:
05/02/2018 02:15:05 AM (7 years ago)
Author:
SergeyBiryukov
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.
Merges [43012] and [43089] to the 4.9 branch.
See #43546.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-includes/script-loader.php

    r43075 r43092  
    666666                'noneRemoved'     => __( 'Personal data was found for this user but was not removed.' ),
    667667                'someNotRemoved'  => __( 'Personal data was found for this user but some of the personal data found was not removed.' ),
    668                 'anErrorOccurred' => __( 'An error occurred while attempting to find and remove personal data.' ),
     668                'removalError'    => __( 'An error occurred while attempting to find and remove personal data.' ),
     669                'noExportFile'    => __( 'No personal data export file was generated.' ),
     670                'exportError'     => __( 'An error occurred while attempting to export personal data.' ),
    669671            )
    670672        );
Note: See TracChangeset for help on using the changeset viewer.