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. Built from https://develop.svn.wordpress.org/trunk@45140 git-svn-id: http://core.svn.wordpress.org/trunk@44949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1128,7 +1128,7 @@ class wpdb {
|
||||
$message .= '<p>' . sprintf(
|
||||
/* translators: %s: support forums URL */
|
||||
__( 'If you don’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’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’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.
|
||||
|
||||
Reference in New Issue
Block a user