mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 03:04:34 +00:00
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
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user