Changeset 43175 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 05/07/2018 04:44:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r43012 r43175 713 713 'xfn', 'privacyToolsL10n', array( 714 714 'noDataFound' => __( 'No personal data was found for this user.' ), 715 'foundAndRemoved' => __( 'All of the personal data found for this user was removed.' ),716 'noneRemoved' => __( 'Personal data was found for this user but was not removed.' ),717 'someNotRemoved' => __( 'Personal data was found for this user but some of the personal data found was not removed.' ),718 'removalError' => __( 'An error occurred while attempting to find and remove personal data.' ),715 'foundAndRemoved' => __( 'All of the personal data found for this user was erased.' ), 716 'noneRemoved' => __( 'Personal data was found for this user but was not erased.' ), 717 'someNotRemoved' => __( 'Personal data was found for this user but some of the personal data found was not erased.' ), 718 'removalError' => __( 'An error occurred while attempting to find and erase personal data.' ), 719 719 'noExportFile' => __( 'No personal data export file was generated.' ), 720 720 'exportError' => __( 'An error occurred while attempting to export personal data.' ),
Note: See TracChangeset
for help on using the changeset viewer.