Making WordPress.org


Ignore:
Timestamp:
02/01/2020 09:33:06 AM (4 years ago)
Author:
netweb
Message:

Forums Theme: Replace legacy codex docs links with new support articles

Props valentinbora, casiepa.
See #4909.

File:
1 edited

Legend:

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

    r4092 r9451  
    4242                        <ul>
    4343                            <li><?php
    44                                 /* translators: %s: Codex URL for forum welcome */
    45                                 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' ) ) );
     44                                /* translators: %s: Support URL for forum welcome */
     45                                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' ) ) );
    4646                            ?></li>
    4747                            <li><?php
Note: See TracChangeset for help on using the changeset viewer.