Changeset 45412 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 05/25/2019 02:23:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r45298 r45412 506 506 /* translators: %s: support forums URL */ 507 507 __( '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>.' ), 508 __( 'https://wordpress.org/support/ ' )508 __( 'https://wordpress.org/support/forums/' ) 509 509 ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ), 510 510 headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE … … 520 520 /* translators: %s: support forums URL */ 521 521 __( '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>.' ), 522 __( 'https://wordpress.org/support/ ' )522 __( 'https://wordpress.org/support/forums/' ) 523 523 ), 524 524 $request->get_error_message() … … 535 535 /* translators: %s: support forums URL */ 536 536 __( '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>.' ), 537 __( 'https://wordpress.org/support/ ' )537 __( 'https://wordpress.org/support/forums/' ) 538 538 ), 539 539 wp_remote_retrieve_body( $request )
Note: See TracChangeset
for help on using the changeset viewer.