Make WordPress Core


Ignore:
Timestamp:
04/04/2023 10:59:02 PM (20 months ago)
Author:
audrasjb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health.php

    r55412 r55627  
    14591459                '<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>',
    14601460                /* translators: Localized Support reference. */
    1461                 esc_url( __( 'https://wordpress.org/support' ) ),
     1461                esc_url( __( 'https://wordpress.org/support/forums/' ) ),
    14621462                __( 'Get help resolving this issue.' ),
    14631463                /* translators: Hidden accessibility text. */
Note: See TracChangeset for help on using the changeset viewer.