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. Built from https://develop.svn.wordpress.org/trunk@55627 git-svn-id: http://core.svn.wordpress.org/trunk@55139 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c320cf8980
commit
e63019817f
|
@ -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)' )
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-alpha-55626';
|
||||
$wp_version = '6.3-alpha-55627';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue