Make WordPress Core

Changeset 45412


Ignore:
Timestamp:
05/25/2019 02:23:27 PM (7 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.

Location:
trunk/src
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-automatic-updater.php

    r45207 r45412  
    739739                        // Add a note about the support forums.
    740740                        $body .= "\n\n" . __( 'If you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.' );
    741                         $body .= "\n" . __( 'https://wordpress.org/support/' );
     741                        $body .= "\n" . __( 'https://wordpress.org/support/forums/' );
    742742                }
    743743
  • trunk/src/wp-admin/includes/plugin-install.php

    r45185 r45412  
    176176                                        /* translators: %s: support forums URL */
    177177                                        __( '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>.' ),
    178                                         __( 'https://wordpress.org/support/' )
     178                                        __( 'https://wordpress.org/support/forums/' )
    179179                                ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ),
    180180                                headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE
     
    189189                                        /* translators: %s: support forums URL */
    190190                                        __( '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>.' ),
    191                                         __( 'https://wordpress.org/support/' )
     191                                        __( 'https://wordpress.org/support/forums/' )
    192192                                ),
    193193                                $request->get_error_message()
     
    204204                                                /* translators: %s: support forums URL */
    205205                                                __( '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>.' ),
    206                                                 __( 'https://wordpress.org/support/' )
     206                                                __( 'https://wordpress.org/support/forums/' )
    207207                                        ),
    208208                                        wp_remote_retrieve_body( $request )
  • trunk/src/wp-admin/includes/theme.php

    r45298 r45412  
    506506                                                /* translators: %s: support forums URL */
    507507                                                __( '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>.' ),
    508                                                 __( 'https://wordpress.org/support/' )
     508                                                __( 'https://wordpress.org/support/forums/' )
    509509                                        ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ),
    510510                                        headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE
     
    520520                                        /* translators: %s: support forums URL */
    521521                                        __( '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>.' ),
    522                                         __( 'https://wordpress.org/support/' )
     522                                        __( 'https://wordpress.org/support/forums/' )
    523523                                ),
    524524                                $request->get_error_message()
     
    535535                                                /* translators: %s: support forums URL */
    536536                                                __( '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>.' ),
    537                                                 __( 'https://wordpress.org/support/' )
     537                                                __( 'https://wordpress.org/support/forums/' )
    538538                                        ),
    539539                                        wp_remote_retrieve_body( $request )
  • trunk/src/wp-admin/includes/translation-install.php

    r42343 r45412  
    6161                                        /* translators: %s: support forums URL */
    6262                                        __( '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>.' ),
    63                                         __( 'https://wordpress.org/support/' )
     63                                        __( 'https://wordpress.org/support/forums/' )
    6464                                ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ),
    6565                                headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE
     
    7575                                        /* translators: %s: support forums URL */
    7676                                        __( '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>.' ),
    77                                         __( 'https://wordpress.org/support/' )
     77                                        __( 'https://wordpress.org/support/forums/' )
    7878                                ),
    7979                                $request->get_error_message()
     
    8787                                                /* translators: %s: support forums URL */
    8888                                                __( '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>.' ),
    89                                                 __( 'https://wordpress.org/support/' )
     89                                                __( 'https://wordpress.org/support/forums/' )
    9090                                        ),
    9191                                        wp_remote_retrieve_body( $request )
  • trunk/src/wp-admin/includes/update.php

    r45185 r45412  
    133133                                /* translators: %s: support forums URL */
    134134                                __( '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>.' ),
    135                                 __( 'https://wordpress.org/support/' )
     135                                __( 'https://wordpress.org/support/forums/' )
    136136                        ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ),
    137137                        headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE
  • trunk/src/wp-admin/theme-install.php

    r45140 r45412  
    6161                                /* translators: %s: support forums URL */
    6262                                __( '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>.' ),
    63                                 __( 'https://wordpress.org/support/' )
     63                                __( 'https://wordpress.org/support/forums/' )
    6464                        ),
    6565                        'tryAgain'            => __( 'Try Again' ),
  • trunk/src/wp-includes/customize/class-wp-customize-themes-section.php

    r45395 r45412  
    8888                                                                /* translators: %s: support forums URL */
    8989                                                                __( '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>.' ),
    90                                                                 __( 'https://wordpress.org/support/' )
     90                                                                __( 'https://wordpress.org/support/forums/' )
    9191                                                        );
    9292                                                        ?>
  • 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
  • trunk/src/wp-login.php

    r45405 r45412  
    951951                                                __( '<strong>ERROR</strong>: Cookies are blocked due to unexpected output. For help, please see <a href="%1$s">this documentation</a> or try the <a href="%2$s">support forums</a>.' ),
    952952                                                __( 'https://wordpress.org/support/article/cookies/' ),
    953                                                 __( 'https://wordpress.org/support/' )
     953                                                __( 'https://wordpress.org/support/forums/' )
    954954                                        )
    955955                                );
Note: See TracChangeset for help on using the changeset viewer.