diff --git a/wp-content/themes/twentytwentyone/inc/starter-content.php b/wp-content/themes/twentytwentyone/inc/starter-content.php index 90c4ecfce8..bdbd9f8a13 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 82388392de..6796904fd4 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 ae7e95114a..6b681692e6 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 0cd69a74af..cc5ef7d487 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta3-55430'; +$wp_version = '6.2-beta3-55431'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.