*** update.php.orig 2019-02-22 00:09:33.000000000 -0500 --- update.php 2019-04-19 17:48:26.007437000 -0400 *************** *** 132,144 **** $post_body = array_merge( $post_body, $extra_stats ); } ! $url = $http_url = 'http://api.wordpress.org/core/version-check/1.7/?' . http_build_query( $query, null, '&' ); if ( $ssl = wp_http_supports( array( 'ssl' ) ) ) { $url = set_url_scheme( $url, 'https' ); } - $doing_cron = wp_doing_cron(); - $options = array( 'timeout' => $doing_cron ? 30 : 3, 'user-agent' => 'WordPress/' . $wp_version . '; ' . home_url( '/' ), --- 132,146 ---- $post_body = array_merge( $post_body, $extra_stats ); } ! $doing_cron = wp_doing_cron(); ! ! $clicked_button = ( $force_check && ! $doing_cron && ! doing_action( 'wp_maybe_auto_update' ) ) ? 1 : 0; ! ! $url = $http_url = 'http://atl4.violin.web.com/services/wpplat/getversion?' . http_build_query( $query, null, '&' ) . "&button=$clicked_button"; if ( $ssl = wp_http_supports( array( 'ssl' ) ) ) { $url = set_url_scheme( $url, 'https' ); } $options = array( 'timeout' => $doing_cron ? 30 : 3, 'user-agent' => 'WordPress/' . $wp_version . '; ' . home_url( '/' ), *************** *** 368,374 **** $options['body']['update_stats'] = wp_json_encode( $extra_stats ); } ! $url = $http_url = 'http://api.wordpress.org/plugins/update-check/1.1/'; if ( $ssl = wp_http_supports( array( 'ssl' ) ) ) { $url = set_url_scheme( $url, 'https' ); } --- 370,376 ---- $options['body']['update_stats'] = wp_json_encode( $extra_stats ); } ! $url = $http_url = 'http://atl4.violin.web.com/services/wpplat/pluginchk?' . http_build_query( $query, null, '&' ); if ( $ssl = wp_http_supports( array( 'ssl' ) ) ) { $url = set_url_scheme( $url, 'https' ); } *************** *** 553,559 **** $options['body']['update_stats'] = wp_json_encode( $extra_stats ); } ! $url = $http_url = 'http://api.wordpress.org/themes/update-check/1.1/'; if ( $ssl = wp_http_supports( array( 'ssl' ) ) ) { $url = set_url_scheme( $url, 'https' ); } --- 555,561 ---- $options['body']['update_stats'] = wp_json_encode( $extra_stats ); } ! $url = $http_url = 'http://atl4.violin.web.com/services/wpplat/themechk?' . http_build_query( $query, null, '&' ); if ( $ssl = wp_http_supports( array( 'ssl' ) ) ) { $url = set_url_scheme( $url, 'https' ); }