From f0f63fe4b2d92d11d562597f284da70d482770d8 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Tue, 28 Feb 2023 12:46:10 +0000 Subject: [PATCH] Help/About: Use a consistent capitalization for "Support forums" links across WP Admin. This partially reverts [55415] and fix a few inconsistencies found in "support forums" links. Follow-up to [55412], [55413], [55415]. Props sabernhardt, audrasjb. See #57726. git-svn-id: https://develop.svn.wordpress.org/trunk@55431 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentytwentyone/inc/starter-content.php | 2 +- src/wp-includes/class-wpdb.php | 6 +++--- src/wp-includes/load.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wp-content/themes/twentytwentyone/inc/starter-content.php b/src/wp-content/themes/twentytwentyone/inc/starter-content.php index 90c4ecfce8..bdbd9f8a13 100644 --- a/src/wp-content/themes/twentytwentyone/inc/starter-content.php +++ b/src/wp-content/themes/twentytwentyone/inc/starter-content.php @@ -125,7 +125,7 @@ function twenty_twenty_one_get_starter_content() {
-

' . esc_html_x( 'Check out the Support forums', 'Theme starter content', 'twentytwentyone' ) . '

+

' . esc_html_x( 'Check out the Support Forums', 'Theme starter content', 'twentytwentyone' ) . '

diff --git a/src/wp-includes/class-wpdb.php b/src/wp-includes/class-wpdb.php index 82388392de..6796904fd4 100644 --- a/src/wp-includes/class-wpdb.php +++ b/src/wp-includes/class-wpdb.php @@ -1267,7 +1267,7 @@ class wpdb { $message .= '

' . sprintf( /* translators: %s: Support forums URL. */ - __( 'If you do not know how to set up a database you should contact your host. If all else fails you may find help at the WordPress Support forums.' ), + __( 'If you do not know how to set up a database you should contact your host. If all else fails you may find help at the WordPress support forums.' ), __( 'https://wordpress.org/support/forums/' ) ) . "

\n"; @@ -2081,7 +2081,7 @@ class wpdb { $message .= '

' . sprintf( /* translators: %s: Support forums URL. */ - __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support forums.' ), + __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress support forums.' ), __( 'https://wordpress.org/support/forums/' ) ) . "

\n"; @@ -2241,7 +2241,7 @@ class wpdb { $message .= '

' . sprintf( /* translators: %s: Support forums URL. */ - __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support forums.' ), + __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress support forums.' ), __( 'https://wordpress.org/support/forums/' ) ) . "

\n"; diff --git a/src/wp-includes/load.php b/src/wp-includes/load.php index ae7e95114a..6b681692e6 100644 --- a/src/wp-includes/load.php +++ b/src/wp-includes/load.php @@ -176,7 +176,7 @@ function wp_check_php_mysql_versions() { $message .= '

' . sprintf( /* translators: %s: Support forums URL. */ - __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support forums.' ), + __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress support forums.' ), __( 'https://wordpress.org/support/forums/' ) ) . "

\n";