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-login.php

    r45405 r45412  
    951951                        __( '<strong>ERROR</strong>: Cookies are blocked due to unexpected output. For help, please see <a href="%1$s">this documentation</a> or try the <a href="%2$s">support forums</a>.' ),
    952952                        __( 'https://wordpress.org/support/article/cookies/' ),
    953                         __( 'https://wordpress.org/support/' )
     953                        __( 'https://wordpress.org/support/forums/' )
    954954                    )
    955955                );
Note: See TracChangeset for help on using the changeset viewer.