Make WordPress Core


Ignore:
Timestamp:
04/08/2019 10:58:49 PM (7 years ago)
Author:
pento
Message:

Help: Update support forum links.

There are a lot of places in Core that link to https://wordpress.org/support/ for the support forums, but that's now the URL for HelpHub. The new forums link is https://wordpress.org/support/forums/.

Props jitendrabanjara1991, dilipbheda, mukesh27, ianbelanger.
Fixes #46790.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/wp-db.php

    r45035 r45140  
    11291129                    /* translators: %s: support forums URL */
    11301130                    __( 'If you don&#8217;t know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href="%s">WordPress Support Forums</a>.' ),
    1131                     __( 'https://wordpress.org/support/' )
     1131                    __( 'https://wordpress.org/support/forums/' )
    11321132                ) . "</p>\n";
    11331133
     
    16741674                /* translators: %s: support forums URL */
    16751675                __( 'If you&#8217;re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress Support Forums</a>.' ),
    1676                 __( 'https://wordpress.org/support/' )
     1676                __( 'https://wordpress.org/support/forums/' )
    16771677            ) . "</p>\n";
    16781678
     
    18321832            /* translators: %s: support forums URL */
    18331833            __( 'If you&#8217;re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress Support Forums</a>.' ),
    1834             __( 'https://wordpress.org/support/' )
     1834            __( 'https://wordpress.org/support/forums/' )
    18351835        ) . "</p>\n";
    18361836
Note: See TracChangeset for help on using the changeset viewer.