Ticket #46254: cookies-url-change.diff
| File cookies-url-change.diff, 1.0 KB (added by , 7 years ago) |
|---|
-
wp-login.php
935 935 sprintf( 936 936 /* translators: 1: Browser cookie documentation URL, 2: Support forums URL */ 937 937 __( '<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/' ), 939 939 __( 'https://wordpress.org/support/' ) 940 940 ) 941 941 ); … … 946 946 sprintf( 947 947 /* translators: %s: Browser cookie documentation URL */ 948 948 __( '<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' ) 950 950 ) 951 951 ); 952 952 }