Skip to content

Commit 4e7e3c2

Browse files
committed
Help/About: Use a consistent capitalization for "Support forums" links across WP Admin.
Follow-up to [55412], [55413]. See #57726. git-svn-id: https://develop.svn.wordpress.org/trunk@55415 602fd350-edb4-49c9-b593-d223f7449a82
1 parent cfc2be2 commit 4e7e3c2

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

src/wp-admin/includes/ms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,5 +1155,5 @@ function get_site_screen_help_tab_args() {
11551155
function get_site_screen_help_sidebar_content() {
11561156
return '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
11571157
'<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' .
1158-
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>';
1158+
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>';
11591159
}

src/wp-admin/network/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
get_current_screen()->set_help_sidebar(
5555
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
5656
'<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin/">Documentation on the Network Admin</a>' ) . '</p>' .
57-
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'
57+
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>'
5858
);
5959

6060
wp_dashboard_setup();

src/wp-admin/network/site-new.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
get_current_screen()->set_help_sidebar(
3131
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
3232
'<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' .
33-
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'
33+
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>'
3434
);
3535

3636
if ( isset( $_REQUEST['action'] ) && 'add-site' === $_REQUEST['action'] ) {

src/wp-admin/network/sites.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
get_current_screen()->set_help_sidebar(
4545
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
4646
'<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' .
47-
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'
47+
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>'
4848
);
4949

5050
get_current_screen()->set_screen_reader_content(

src/wp-admin/network/user-new.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
get_current_screen()->set_help_sidebar(
2828
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
2929
'<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Users_Screen">Documentation on Network Users</a>' ) . '</p>' .
30-
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'
30+
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>'
3131
);
3232

3333
if ( isset( $_REQUEST['action'] ) && 'add-user' === $_REQUEST['action'] ) {

src/wp-admin/network/users.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
get_current_screen()->set_help_sidebar(
241241
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
242242
'<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Users_Screen">Documentation on Network Users</a>' ) . '</p>' .
243-
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'
243+
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>'
244244
);
245245

246246
get_current_screen()->set_screen_reader_content(

src/wp-content/themes/twentytwentyone/inc/starter-content.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function twenty_twenty_one_get_starter_content() {
125125
126126
<!-- wp:column -->
127127
<div class="wp-block-column"><!-- wp:paragraph -->
128-
<p><a href="https://wordpress.org/support/theme/twentytwentyone/">' . esc_html_x( 'Check out the Support Forums', 'Theme starter content', 'twentytwentyone' ) . '</a></p>
128+
<p><a href="https://wordpress.org/support/theme/twentytwentyone/">' . esc_html_x( 'Check out the Support forums', 'Theme starter content', 'twentytwentyone' ) . '</a></p>
129129
<!-- /wp:paragraph --></div>
130130
<!-- /wp:column --></div>
131131
<!-- /wp:columns -->

src/wp-includes/class-wpdb.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ public function select( $db, $dbh = null ) {
12671267

12681268
$message .= '<p>' . sprintf(
12691269
/* translators: %s: Support forums URL. */
1270-
__( 'If you do not 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>.' ),
1270+
__( 'If you do not 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>.' ),
12711271
__( 'https://wordpress.org/support/forums/' )
12721272
) . "</p>\n";
12731273

@@ -2081,7 +2081,7 @@ public function db_connect( $allow_bail = true ) {
20812081

20822082
$message .= '<p>' . sprintf(
20832083
/* translators: %s: Support forums URL. */
2084-
__( 'If you are 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>.' ),
2084+
__( 'If you are 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>.' ),
20852085
__( 'https://wordpress.org/support/forums/' )
20862086
) . "</p>\n";
20872087

@@ -2241,7 +2241,7 @@ public function check_connection( $allow_bail = true ) {
22412241

22422242
$message .= '<p>' . sprintf(
22432243
/* translators: %s: Support forums URL. */
2244-
__( 'If you are 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>.' ),
2244+
__( 'If you are 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>.' ),
22452245
__( 'https://wordpress.org/support/forums/' )
22462246
) . "</p>\n";
22472247

src/wp-includes/load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function wp_check_php_mysql_versions() {
176176

177177
$message .= '<p>' . sprintf(
178178
/* translators: %s: Support forums URL. */
179-
__( 'If you are 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>.' ),
179+
__( 'If you are 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>.' ),
180180
__( 'https://wordpress.org/support/forums/' )
181181
) . "</p>\n";
182182

0 commit comments

Comments
 (0)