Ticket #3318: 3318.diff
| File 3318.diff, 1.1 KB (added by , 7 years ago) |
|---|
-
wp-content/themes/pub/wporg-main/front-page.php
193 193 <span></span> 194 194 <?php 195 195 printf( 196 /* translators: URL to Downloads page. */196 /* translators: URL to Downloads page. Use a friendly, informal, catchy phrase; it need not be literal. */ 197 197 __( '<a href="%s">Download & Install WordPress</a> with our famous 5-minute installation. Feel like a rock star.', 'wporg' ), 198 198 esc_url( get_downloads_url() ) 199 199 ); … … 203 203 <span></span> 204 204 <?php 205 205 printf( 206 /* translators: URL to Developer Hub. */206 /* translators: URL to Developer Hub. Use a friendly, informal, catchy phrase; it need not be literal. */ 207 207 __( '<a href="%s">Read the Documentation</a> and become a WordPress expert yourself, impress your friends.', 'wporg' ), 208 208 esc_url( 'https://developer.wordpress.org' ) 209 209 );