Ticket #3318: 3318.1.diff
| File 3318.1.diff, 2.9 KB (added by , 6 years ago) |
|---|
-
front-page.php
184 184 <?php 185 185 printf( 186 186 /* translators: URL to Hosting page. */ 187 __( '<a href="%s">Find a Web Host</a> and get great hosting while supportingWordPress at the same time.', 'wporg' ),187 __( '<a href="%s">Find a trusted web host</a> and maybe support WordPress at the same time.', 'wporg' ), 188 188 esc_url( 'https://wordpress.org/hosting/' ) 189 189 ); 190 190 ?> … … 194 194 <?php 195 195 printf( 196 196 /* translators: URL to Downloads page. */ 197 __( '<a href="%s">Download & Install WordPress</a> with our famous 5-minute installation. Feel like a rock star.', 'wporg' ),197 __( '<a href="%s">Download & Install WordPress</a> with our famous 5-minute installation. Publishing has never been easier.', 'wporg' ), 198 198 esc_url( get_downloads_url() ) 199 199 ); 200 200 ?> … … 204 204 <?php 205 205 printf( 206 206 /* translators: URL to Developer Hub. */ 207 __( '<a href="%s"> Read the Documentation</a> and become a WordPress expert yourself, impress your friends.', 'wporg' ),207 __( '<a href="%s">Spend some time reading our documentation</a>, get to know WordPress better every day and start helping others, too.', 'wporg' ), 208 208 esc_url( 'https://developer.wordpress.org' ) 209 209 ); 210 210 ?> -
home/wporg/public_html/index-wporg.php
387 387 <h4>It’s Easy As…</h4> 388 388 389 389 <ol class="steps"> 390 <li class="one"><span></span><a href="https://wordpress.org/hosting/">Find a Web Host</a> and get great hosting while supportingWordPress at the same time.</li>391 <li class="two"><span></span><a href="https://wordpress.org/download/">Download & Install WordPress</a> with our famous 5-minute installation. Feel like a rock star.</li>392 <li class="three"><span></span><a href="https://developer.wordpress.org"> Read the Documentation</a> and become a WordPress expert yourself, impress your friends.</li>390 <li class="one"><span></span><a href="https://wordpress.org/hosting/">Find a trusted web host</a> and maybe support WordPress at the same time.</li> 391 <li class="two"><span></span><a href="https://wordpress.org/download/">Download & Install WordPress</a> with our famous 5-minute installation. Publishing has never been easier.</li> 392 <li class="three"><span></span><a href="https://developer.wordpress.org">Spend some time reading our documentation</a>, get to know WordPress better every day and start helping others, too.</li> 393 393 394 394 </ol> 395 395 </div>