Changeset 55263
- Timestamp:
- 02/07/2023 02:38:39 PM (22 months ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 4 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. -
trunk/src/wp-admin/export-personal-data.php
r53182 r55263 13 13 wp_die( __( 'Sorry, you are not allowed to export personal data on this site.' ) ); 14 14 } 15 16 // Used in the HTML title tag. 17 $title = __( 'Export Personal Data' ); 15 18 16 19 // Contextual help - choose Help on the top right of admin panel to preview this. -
trunk/src/wp-admin/options-privacy.php
r55082 r55263 18 18 return; 19 19 } 20 21 // Used in the HTML title tag. 22 $title = __( 'Privacy' ); 20 23 21 24 add_filter( -
trunk/src/wp-admin/privacy-policy-guide.php
r53131 r55263 17 17 include_once ABSPATH . 'wp-admin/includes/class-wp-privacy-policy-content.php'; 18 18 } 19 20 // Used in the HTML title tag. 21 $title = __( 'Privacy Policy Guide' ); 19 22 20 23 add_filter(
Note: See TracChangeset
for help on using the changeset viewer.