Changeset 55263 for trunk/src/wp-admin/erase-personal-data.php
- Timestamp:
- 02/07/2023 02:38:39 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/erase-personal-data.php
r53182 r55263 13 13 wp_die( __( 'Sorry, you are not allowed to erase personal data on this site.' ) ); 14 14 } 15 16 // Used in the HTML title tag. 17 $title = __( 'Erase Personal Data' ); 15 18 16 19 // Contextual help - choose Help on the top right of admin panel to preview this.
Note: See TracChangeset
for help on using the changeset viewer.