Make WordPress Core


Ignore:
Timestamp:
02/28/2019 11:43:24 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Login and Registration: Update URLs for browser cookie documentation.

Props joostdevalk.
Fixes #46254.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r44574 r44776  
    936936                                                /* translators: 1: Browser cookie documentation URL, 2: Support forums URL */
    937937                                                __( '<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>.' ),
    938                                                 __( 'https://codex.wordpress.org/Cookies' ),
     938                                                __( 'https://wordpress.org/support/article/cookies/' ),
    939939                                                __( 'https://wordpress.org/support/' )
    940940                                        )
     
    947947                                                /* translators: %s: Browser cookie documentation URL */
    948948                                                __( '<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href="%s">enable cookies</a> to use WordPress.' ),
    949                                                 __( 'https://codex.wordpress.org/Cookies' )
     949                                                __( 'https://wordpress.org/support/article/cookies/#enable-cookies-in-your-browser' )
    950950                                        )
    951951                                );
Note: See TracChangeset for help on using the changeset viewer.