Making WordPress.org

Changeset 5043


Ignore:
Timestamp:
03/02/2017 02:32:36 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Update forum welcome link in new topic form to use the same handbook URL as on home page, instead of Codex.

See #2428.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php

    r5042 r5043  
    4747                            <ul>
    4848                                <li><?php
    49                                     /* translators: %s: Codex URL for forum welcome */
    50                                     printf( __( '<strong>Read the <a href="%s">Forum Welcome</a></strong> to find out how to maximize your odds of getting help!', 'wporg-forums' ), esc_url( __( 'https://codex.wordpress.org/Forum_Welcome', 'wporg-forums' ) ) );
     49                                    /* translators: %s: Handbook URL for forum welcome */
     50                                    printf( __( '<strong>Read the <a href="%s">Forum Welcome</a></strong> to find out how to maximize your odds of getting help!', 'wporg-forums' ), esc_url( __( 'https://make.wordpress.org/support/handbook/forum-welcome/', 'wporg-forums' ) ) );
    5151                                ?></li>
    5252                                <li><?php
Note: See TracChangeset for help on using the changeset viewer.