Changeset 9079
- Timestamp:
- 07/25/2019 02:00:31 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php
r8995 r9079 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 ); … … 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 ); … … 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 );
Note: See TracChangeset
for help on using the changeset viewer.