diff --git a/wp-admin/includes/ms.php b/wp-admin/includes/ms.php index 163427c53d..4af02f530a 100644 --- a/wp-admin/includes/ms.php +++ b/wp-admin/includes/ms.php @@ -1155,5 +1155,5 @@ function get_site_screen_help_tab_args() { function get_site_screen_help_sidebar_content() { return '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Site Management' ) . '

' . - '

' . __( 'Support Forums' ) . '

'; + '

' . __( 'Support forums' ) . '

'; } diff --git a/wp-admin/network/index.php b/wp-admin/network/index.php index 938279274d..b51fc4e560 100644 --- a/wp-admin/network/index.php +++ b/wp-admin/network/index.php @@ -54,7 +54,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on the Network Admin' ) . '

' . - '

' . __( 'Support Forums' ) . '

' + '

' . __( 'Support forums' ) . '

' ); wp_dashboard_setup(); diff --git a/wp-admin/network/site-new.php b/wp-admin/network/site-new.php index 5cd8028d02..441e4be3c4 100644 --- a/wp-admin/network/site-new.php +++ b/wp-admin/network/site-new.php @@ -30,7 +30,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Site Management' ) . '

' . - '

' . __( 'Support Forums' ) . '

' + '

' . __( 'Support forums' ) . '

' ); if ( isset( $_REQUEST['action'] ) && 'add-site' === $_REQUEST['action'] ) { diff --git a/wp-admin/network/sites.php b/wp-admin/network/sites.php index 7ce09b91df..b4f0258ace 100644 --- a/wp-admin/network/sites.php +++ b/wp-admin/network/sites.php @@ -44,7 +44,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Site Management' ) . '

' . - '

' . __( 'Support Forums' ) . '

' + '

' . __( 'Support forums' ) . '

' ); get_current_screen()->set_screen_reader_content( diff --git a/wp-admin/network/user-new.php b/wp-admin/network/user-new.php index 43fc684a02..17be4476dc 100644 --- a/wp-admin/network/user-new.php +++ b/wp-admin/network/user-new.php @@ -27,7 +27,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Network Users' ) . '

' . - '

' . __( 'Support Forums' ) . '

' + '

' . __( 'Support forums' ) . '

' ); if ( isset( $_REQUEST['action'] ) && 'add-user' === $_REQUEST['action'] ) { diff --git a/wp-admin/network/users.php b/wp-admin/network/users.php index eae9b6b143..4fd00c3c6b 100644 --- a/wp-admin/network/users.php +++ b/wp-admin/network/users.php @@ -240,7 +240,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Network Users' ) . '

' . - '

' . __( 'Support Forums' ) . '

' + '

' . __( 'Support forums' ) . '

' ); get_current_screen()->set_screen_reader_content( diff --git a/wp-content/themes/twentytwentyone/inc/starter-content.php b/wp-content/themes/twentytwentyone/inc/starter-content.php index bdbd9f8a13..90c4ecfce8 100644 --- a/wp-content/themes/twentytwentyone/inc/starter-content.php +++ b/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/wp-includes/class-wpdb.php b/wp-includes/class-wpdb.php index 662a035850..82388392de 100644 --- a/wp-includes/class-wpdb.php +++ b/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/wp-includes/load.php b/wp-includes/load.php index 533155b987..ae7e95114a 100644 --- a/wp-includes/load.php +++ b/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"; diff --git a/wp-includes/version.php b/wp-includes/version.php index e4abf1ff1f..17c6ad44e7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta3-55414'; +$wp_version = '6.2-beta3-55415'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.