Make WordPress Core


Ignore:
Timestamp:
05/25/2019 02:23:27 PM (6 years ago)
Author:
SergeyBiryukov
Message:

General: 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/.

This is a follow-up to [45140], which changed the links in help tabs.

Props dilipbheda.
Fixes #47239. See #46790.

File:
1 edited

Legend:

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

    r45190 r45412  
    156156                /* translators: %s: support forums URL */
    157157                __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
    158                 __( 'https://wordpress.org/support/' )
     158                __( 'https://wordpress.org/support/forums/' )
    159159            ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ),
    160160            headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE
     
    380380                /* translators: %s: support forums URL */
    381381                __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
    382                 __( 'https://wordpress.org/support/' )
     382                __( 'https://wordpress.org/support/forums/' )
    383383            ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ),
    384384            headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE
     
    565565                /* translators: %s: support forums URL */
    566566                __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
    567                 __( 'https://wordpress.org/support/' )
     567                __( 'https://wordpress.org/support/forums/' )
    568568            ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ),
    569569            headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE
Note: See TracChangeset for help on using the changeset viewer.