Help/About: Use a consistent capitalization for "Support forums" links across WP Admin.
Follow-up to [55412], [55413]. See #57726. Built from https://develop.svn.wordpress.org/trunk@55415 git-svn-id: http://core.svn.wordpress.org/trunk@54948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
34229a4286
commit
54dd6eda90
|
@ -1155,5 +1155,5 @@ function get_site_screen_help_tab_args() {
|
|||
function get_site_screen_help_sidebar_content() {
|
||||
return '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
|
||||
'<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' .
|
||||
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>';
|
||||
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>';
|
||||
}
|
||||
|
|
|
@ -54,7 +54,7 @@ get_current_screen()->add_help_tab(
|
|||
get_current_screen()->set_help_sidebar(
|
||||
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
|
||||
'<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin/">Documentation on the Network Admin</a>' ) . '</p>' .
|
||||
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'
|
||||
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>'
|
||||
);
|
||||
|
||||
wp_dashboard_setup();
|
||||
|
|
|
@ -30,7 +30,7 @@ get_current_screen()->add_help_tab(
|
|||
get_current_screen()->set_help_sidebar(
|
||||
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
|
||||
'<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' .
|
||||
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'
|
||||
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>'
|
||||
);
|
||||
|
||||
if ( isset( $_REQUEST['action'] ) && 'add-site' === $_REQUEST['action'] ) {
|
||||
|
|
|
@ -44,7 +44,7 @@ get_current_screen()->add_help_tab(
|
|||
get_current_screen()->set_help_sidebar(
|
||||
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
|
||||
'<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' .
|
||||
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'
|
||||
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>'
|
||||
);
|
||||
|
||||
get_current_screen()->set_screen_reader_content(
|
||||
|
|
|
@ -27,7 +27,7 @@ get_current_screen()->add_help_tab(
|
|||
get_current_screen()->set_help_sidebar(
|
||||
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
|
||||
'<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Users_Screen">Documentation on Network Users</a>' ) . '</p>' .
|
||||
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'
|
||||
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>'
|
||||
);
|
||||
|
||||
if ( isset( $_REQUEST['action'] ) && 'add-user' === $_REQUEST['action'] ) {
|
||||
|
|
|
@ -240,7 +240,7 @@ get_current_screen()->add_help_tab(
|
|||
get_current_screen()->set_help_sidebar(
|
||||
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
|
||||
'<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Users_Screen">Documentation on Network Users</a>' ) . '</p>' .
|
||||
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'
|
||||
'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>'
|
||||
);
|
||||
|
||||
get_current_screen()->set_screen_reader_content(
|
||||
|
|
|
@ -125,7 +125,7 @@ function twenty_twenty_one_get_starter_content() {
|
|||
|
||||
<!-- wp:column -->
|
||||
<div class="wp-block-column"><!-- wp:paragraph -->
|
||||
<p><a href="https://wordpress.org/support/theme/twentytwentyone/">' . esc_html_x( 'Check out the Support Forums', 'Theme starter content', 'twentytwentyone' ) . '</a></p>
|
||||
<p><a href="https://wordpress.org/support/theme/twentytwentyone/">' . esc_html_x( 'Check out the Support forums', 'Theme starter content', 'twentytwentyone' ) . '</a></p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
||||
|
|
|
@ -1267,7 +1267,7 @@ class wpdb {
|
|||
|
||||
$message .= '<p>' . sprintf(
|
||||
/* translators: %s: Support forums URL. */
|
||||
__( '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>.' ),
|
||||
__( '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>.' ),
|
||||
__( 'https://wordpress.org/support/forums/' )
|
||||
) . "</p>\n";
|
||||
|
||||
|
@ -2081,7 +2081,7 @@ class wpdb {
|
|||
|
||||
$message .= '<p>' . 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 <a href="%s">WordPress Support Forums</a>.' ),
|
||||
__( '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>.' ),
|
||||
__( 'https://wordpress.org/support/forums/' )
|
||||
) . "</p>\n";
|
||||
|
||||
|
@ -2241,7 +2241,7 @@ class wpdb {
|
|||
|
||||
$message .= '<p>' . 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 <a href="%s">WordPress Support Forums</a>.' ),
|
||||
__( '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>.' ),
|
||||
__( 'https://wordpress.org/support/forums/' )
|
||||
) . "</p>\n";
|
||||
|
||||
|
|
|
@ -176,7 +176,7 @@ function wp_check_php_mysql_versions() {
|
|||
|
||||
$message .= '<p>' . 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 <a href="%s">WordPress Support Forums</a>.' ),
|
||||
__( '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>.' ),
|
||||
__( 'https://wordpress.org/support/forums/' )
|
||||
) . "</p>\n";
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue