Changeset 7225 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/page-meta-descriptions.php
- Timestamp:
- 05/24/2018 10:40:29 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/page-meta-descriptions.php
r6974 r7225 109 109 $desc = esc_html__( 'WordPress is software designed for everyone with emphasis on accessibility, performance, security, and usability.', 'wporg' ); 110 110 break; 111 112 case 'page-about-privacy-data-erasure-request.php': 113 $title = esc_html_x( 'Data Erasure Request', 'Page title', 'wporg' ); 114 $desc = esc_html__( 'WordPress.org respects your privacy and intends to remain transparent about any personal data we store about individuals. Under the General Data Protection Regulation (GDPR), EU citizens and residents may request deletion of personal data stored on our servers.', 'wporg' ); 115 break; 116 117 case 'page-about-privacy-data-export-request.php': 118 $title = esc_html_x( 'Data Export Request', 'Page title', 'wporg' ); 119 $desc = esc_html__( 'WordPress.org respects your privacy and intends to remain transparent about any personal data we store about individuals. Under the General Data Protection Regulation (GDPR), EU citizens and residents are entitled to receive a copy of any personal data we might hold about you.', 'wporg' ); 120 break; 111 121 } 112 122 … … 201 211 $title = esc_html_x( 'About', 'Page title', 'wporg' ); 202 212 break; 213 214 case 'page-about-privacy-data-erasure-request.php': 215 $title = esc_html_x( 'Data Erasure Request', 'Page title', 'wporg' ); 216 break; 217 218 case 'page-about-privacy-data-export-request.php': 219 $title = esc_html_x( 'Data Export Request', 'Page title', 'wporg' ); 220 break; 203 221 } 204 222
Note: See TracChangeset
for help on using the changeset viewer.