Making WordPress.org


Ignore:
Timestamp:
07/06/2017 07:40:19 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Update Forum Welcome link.

Props Clorith.
Fixes #2935.

File:
1 edited

Legend:

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

    r5296 r5622  
    5050                                <li><?php
    5151                                    /* translators: %s: Handbook URL for forum welcome */
    52                                     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' ) ) );
     52                                    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://wordpress.org/support/welcome/', 'wporg-forums' ) ) );
    5353                                ?></li>
    5454                                <li><?php
Note: See TracChangeset for help on using the changeset viewer.