Skip to content

Commit

Permalink
Help/About: Fix the Support Forums URL in `wp-admin/includes/class-wp…
Browse files Browse the repository at this point in the history
…-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
  • Loading branch information
audrasjb committed Apr 4, 2023
1 parent 5880e97 commit 3f43906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/includes/class-wp-site-health.php
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@ public function get_test_dotorg_communication() {
$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)' )
Expand Down

0 comments on commit 3f43906

Please sign in to comment.