Changeset 45412 for trunk/src/wp-admin/includes/translation-install.php
- Timestamp:
- 05/25/2019 02:23:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/translation-install.php
r42343 r45412 61 61 /* translators: %s: support forums URL */ 62 62 __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ), 63 __( 'https://wordpress.org/support/ ' )63 __( 'https://wordpress.org/support/forums/' ) 64 64 ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ), 65 65 headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE … … 75 75 /* translators: %s: support forums URL */ 76 76 __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ), 77 __( 'https://wordpress.org/support/ ' )77 __( 'https://wordpress.org/support/forums/' ) 78 78 ), 79 79 $request->get_error_message() … … 87 87 /* translators: %s: support forums URL */ 88 88 __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ), 89 __( 'https://wordpress.org/support/ ' )89 __( 'https://wordpress.org/support/forums/' ) 90 90 ), 91 91 wp_remote_retrieve_body( $request )
Note: See TracChangeset
for help on using the changeset viewer.