Changeset 45412 for trunk/src/wp-includes/update.php
- Timestamp:
- 05/25/2019 02:23:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r45190 r45412 156 156 /* translators: %s: support forums URL */ 157 157 __( '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>.' ), 158 __( 'https://wordpress.org/support/ ' )158 __( 'https://wordpress.org/support/forums/' ) 159 159 ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ), 160 160 headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE … … 380 380 /* translators: %s: support forums URL */ 381 381 __( '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>.' ), 382 __( 'https://wordpress.org/support/ ' )382 __( 'https://wordpress.org/support/forums/' ) 383 383 ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ), 384 384 headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE … … 565 565 /* translators: %s: support forums URL */ 566 566 __( '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>.' ), 567 __( 'https://wordpress.org/support/ ' )567 __( 'https://wordpress.org/support/forums/' ) 568 568 ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ), 569 569 headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE
Note: See TracChangeset
for help on using the changeset viewer.