Making WordPress.org


Ignore:
Timestamp:
01/08/2021 07:31:25 PM (5 years ago)
Author:
iandunn
Message:

w.org Homepage: Link to _user_ documentation rather than developer.

That's more appropriate for this context, and more likely to get visitors where they want to go.

File:
1 edited

Legend:

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

    r9387 r10559  
    212212                        <?php
    213213                        printf(
    214                             /* translators: URL to Developer Hub. */
     214                            /* translators: URL to HelpHub. */
    215215                            __( '<a href="%s">Spend some time reading our documentation</a>, get to know WordPress better every day and start helping others,&nbsp;too.', 'wporg' ),
    216                             esc_url( 'https://developer.wordpress.org' )
     216                            esc_url( 'https://wordpress.org/support/' )
    217217                        );
    218218                        ?>
Note: See TracChangeset for help on using the changeset viewer.