diff options
Diffstat (limited to 'plugins/jetpack/modules/stats.php')
-rw-r--r-- | plugins/jetpack/modules/stats.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jetpack/modules/stats.php b/plugins/jetpack/modules/stats.php index f36c3f44..e4f03580 100644 --- a/plugins/jetpack/modules/stats.php +++ b/plugins/jetpack/modules/stats.php @@ -1194,7 +1194,7 @@ function stats_get_csv( $table, $args = null ) { $args['table'] = $table; $args['blog_id'] = Jetpack_Options::get_option( 'id' ); - $stats_csv_url = add_query_arg( $args, 'http://stats.wordpress.com/csv.php' ); + $stats_csv_url = add_query_arg( $args, 'https://stats.wordpress.com/csv.php' ); $key = md5( $stats_csv_url ); |