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.



git-svn-id: https://develop.svn.wordpress.org/trunk@45140 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast
2019-04-08 22:58:49 +00:00
parent edd6a1f129
commit 8efcc32fde
45 changed files with 53 additions and 53 deletions

View File

@@ -170,7 +170,7 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) {
array(
'parent' => 'wp-logo-external',
'id' => 'support-forums',
'title' => __( 'Support Forums' ),
'title' => __( 'Support' ),
'href' => __( 'https://wordpress.org/support/' ),
)
);

View File

@@ -1128,7 +1128,7 @@ class wpdb {
$message .= '<p>' . sprintf(
/* translators: %s: support forums URL */
__( '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>.' ),
__( 'https://wordpress.org/support/' )
__( 'https://wordpress.org/support/forums/' )
) . "</p>\n";
$this->bail( $message, 'db_select_fail' );
@@ -1673,7 +1673,7 @@ class wpdb {
$message .= '<p>' . sprintf(
/* translators: %s: support forums URL */
__( '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>.' ),
__( 'https://wordpress.org/support/' )
__( 'https://wordpress.org/support/forums/' )
) . "</p>\n";
$this->bail( $message, 'db_connect_fail' );
@@ -1831,7 +1831,7 @@ class wpdb {
$message .= '<p>' . sprintf(
/* translators: %s: support forums URL */
__( '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>.' ),
__( 'https://wordpress.org/support/' )
__( 'https://wordpress.org/support/forums/' )
) . "</p>\n";
// We weren't able to reconnect, so we better bail.