Changeset 43176 for branches/4.9/src/wp-includes/script-loader.php
- Timestamp:
- 05/07/2018 04:45:42 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/script-loader.php
r43092 r43176 663 663 'xfn', 'privacyToolsL10n', array( 664 664 'noDataFound' => __( 'No personal data was found for this user.' ), 665 'foundAndRemoved' => __( 'All of the personal data found for this user was removed.' ),666 'noneRemoved' => __( 'Personal data was found for this user but was not removed.' ),667 'someNotRemoved' => __( 'Personal data was found for this user but some of the personal data found was not removed.' ),668 'removalError' => __( 'An error occurred while attempting to find and remove personal data.' ),665 'foundAndRemoved' => __( 'All of the personal data found for this user was erased.' ), 666 'noneRemoved' => __( 'Personal data was found for this user but was not erased.' ), 667 'someNotRemoved' => __( 'Personal data was found for this user but some of the personal data found was not erased.' ), 668 'removalError' => __( 'An error occurred while attempting to find and erase personal data.' ), 669 669 'noExportFile' => __( 'No personal data export file was generated.' ), 670 670 'exportError' => __( 'An error occurred while attempting to export personal data.' ),
Note: See TracChangeset
for help on using the changeset viewer.