Changeset 45412 for trunk/src/wp-admin/includes/plugin-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/plugin-install.php
r45185 r45412 176 176 /* translators: %s: support forums URL */ 177 177 __( '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>.' ), 178 __( 'https://wordpress.org/support/ ' )178 __( 'https://wordpress.org/support/forums/' ) 179 179 ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ), 180 180 headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE … … 189 189 /* translators: %s: support forums URL */ 190 190 __( '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>.' ), 191 __( 'https://wordpress.org/support/ ' )191 __( 'https://wordpress.org/support/forums/' ) 192 192 ), 193 193 $request->get_error_message() … … 204 204 /* translators: %s: support forums URL */ 205 205 __( '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>.' ), 206 __( 'https://wordpress.org/support/ ' )206 __( 'https://wordpress.org/support/forums/' ) 207 207 ), 208 208 wp_remote_retrieve_body( $request )
Note: See TracChangeset
for help on using the changeset viewer.