Making WordPress.org

Changeset 9079


Ignore:
Timestamp:
07/25/2019 02:00:31 AM (4 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Update "It’s Easy As…" block in the home page footer to use a more appropriate tone.

Props yvettesonneveld, IkusiMakusi, tellyworth.
Fixes #3318.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php

    r8995 r9079  
    185185                        printf(
    186186                            /* translators: URL to Hosting page. */
    187                             __( '<a href="%s">Find a Web Host</a> and get great hosting while supporting WordPress at the same&nbsp;time.', 'wporg' ),
     187                            __( '<a href="%s">Find a trusted web host</a> and maybe support WordPress at the same&nbsp;time.', 'wporg' ),
    188188                            esc_url( 'https://wordpress.org/hosting/' )
    189189                        );
     
    195195                        printf(
    196196                            /* translators: URL to Downloads page. */
    197                             __( '<a href="%s">Download &amp; Install WordPress</a> with our famous 5-minute&nbsp;installation. Feel like a rock star.', 'wporg' ),
     197                            __( '<a href="%s">Download &amp; install WordPress</a> with our famous 5-minute&nbsp;installation. Publishing has never been&nbsp;easier.', 'wporg' ),
    198198                            esc_url( get_downloads_url() )
    199199                        );
     
    205205                        printf(
    206206                            /* 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,&nbsp;too.', 'wporg' ),
    208208                            esc_url( 'https://developer.wordpress.org' )
    209209                        );
Note: See TracChangeset for help on using the changeset viewer.