mirror of
git://develop.git.wordpress.org/
synced 2025-03-15 01:19:51 +01:00
Help/About: Fix the Support Forums URL in wp-admin/includes/class-wp-site-health.php
.
This updates a link to Support Forums by replacing `https://wordpress.org/support/` URL with `https://wordpress.org/support/forums/`. Follow-up to [55412], [55413], [55414], [55624], [55625], [55626]. Props sabernhardt, audrasjb. See #58052, #57726. git-svn-id: https://develop.svn.wordpress.org/trunk@55627 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5880e97bc6
commit
3f439066d0
@ -1458,7 +1458,7 @@ class WP_Site_Health {
|
||||
$result['actions'] = sprintf(
|
||||
'<p><a href="%s" target="_blank" rel="noopener">%s <span class="screen-reader-text">%s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',
|
||||
/* translators: Localized Support reference. */
|
||||
esc_url( __( 'https://wordpress.org/support' ) ),
|
||||
esc_url( __( 'https://wordpress.org/support/forums/' ) ),
|
||||
__( 'Get help resolving this issue.' ),
|
||||
/* translators: Hidden accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
|
Loading…
x
Reference in New Issue
Block a user