Ticket #4085: 4085.diff
File 4085.diff, 1.8 KB (added by , 6 years ago) |
---|
-
trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/page-meta-descriptions.php
149 149 $title = esc_html_x( 'Cookie Policy', 'Page title', 'wporg' ); 150 150 $desc = esc_html__( 'This policy specifically explains how WordPress.org, our partners, and users of our services deploy cookies, as well as the options you have to control them.', 'wporg' ); 151 151 break; 152 153 case 'page-download.php': 154 $title = esc_html_x( 'Download', 'Page title', 'wporg' ); 155 $desc = esc_html__( '', 'wporg' ); 156 break; 157 158 case 'page-download-beta-nightly.php': 159 $title = esc_html_x( 'Beta/Nightly', 'Page title', 'wporg' ); 160 $desc = esc_html__( '', 'wporg' ); 161 break; 162 163 case 'page-download-counter.php': 164 $title = esc_html_x( 'Counter', 'Page title', 'wporg' ); 165 $desc = esc_html__( '', 'wporg' ); 166 break; 167 168 case 'page-download-releases.php': 169 $title = esc_html_x( 'Releases', 'Page title', 'wporg' ); 170 $desc = esc_html__( '', 'wporg' ); 171 break; 172 173 case 'page-download-source.php': 174 $title = esc_html_x( 'Source Code', 'Page title', 'wporg' ); 175 $desc = esc_html__( '', 'wporg' ); 176 break; 152 177 } 153 178 154 179 $tags['og:title'] = $title; … … 310 335 $title = esc_html_x( 'Data Export Request', 'Page title', 'wporg' ); 311 336 break; 312 337 338 case 'page-about-privacy-cookies.php': 339 $title = esc_html_x( 'Cookie Policy', 'Page title', 'wporg' ); 340 break; 341 313 342 case 'page-download.php': 314 343 $title = esc_html_x( 'Download', 'Page title', 'wporg' ); 315 344 break;