Make WordPress Core


Ignore:
Timestamp:
05/25/2019 02:23:27 PM (6 years ago)
Author:
SergeyBiryukov
Message:

General: Update support forum links.

There are a lot of places in Core that link to https://wordpress.org/support/ for the support forums, but that's now the URL for HelpHub. The new forums link is https://wordpress.org/support/forums/.

This is a follow-up to [45140], which changed the links in help tabs.

Props dilipbheda.
Fixes #47239. See #46790.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-automatic-updater.php

    r45207 r45412  
    739739            // Add a note about the support forums.
    740740            $body .= "\n\n" . __( 'If you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.' );
    741             $body .= "\n" . __( 'https://wordpress.org/support/' );
     741            $body .= "\n" . __( 'https://wordpress.org/support/forums/' );
    742742        }
    743743
Note: See TracChangeset for help on using the changeset viewer.