Changeset 55412 for trunk/src/wp-login.php
- Timestamp:
- 02/23/2023 10:36:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r55276 r55412 652 652 653 653 /* translators: URL to the WordPress help section about admin email. */ 654 $admin_email_help_url = __( 'https://wordpress.org/ support/article/settings-general-screen/#email-address' );654 $admin_email_help_url = __( 'https://wordpress.org/documentation/article/settings-general-screen/#email-address' ); 655 655 656 656 $accessibility_text = sprintf( … … 1248 1248 /* translators: 1: Browser cookie documentation URL, 2: Support forums URL. */ 1249 1249 __( '<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>.' ), 1250 __( 'https://wordpress.org/ support/article/cookies/' ),1250 __( 'https://wordpress.org/documentation/article/cookies/' ), 1251 1251 __( 'https://wordpress.org/support/forums/' ) 1252 1252 ) … … 1259 1259 /* translators: %s: Browser cookie documentation URL. */ 1260 1260 __( '<strong>Error:</strong> Cookies are blocked or not supported by your browser. You must <a href="%s">enable cookies</a> to use WordPress.' ), 1261 __( 'https://wordpress.org/ support/article/cookies/#enable-cookies-in-your-browser' )1261 __( 'https://wordpress.org/documentation/article/cookies/#enable-cookies-in-your-browser' ) 1262 1262 ) 1263 1263 );
Note: See TracChangeset
for help on using the changeset viewer.