Changeset 38334 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 08/23/2016 02:32:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r38167 r38334 460 460 461 461 if ( $ssl && is_wp_error( $request ) ) { 462 if ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX) {462 if ( ! wp_doing_ajax() ) { 463 463 trigger_error( __( '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="https://wordpress.org/support/">support forums</a>.' ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ), headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE ); 464 464 }
Note: See TracChangeset
for help on using the changeset viewer.