Changeset 44776
- Timestamp:
- 02/28/2019 11:43:24 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r44574 r44776 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 ) … … 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 );
Note: See TracChangeset
for help on using the changeset viewer.