diff --git src/wp-includes/update.php src/wp-includes/update.php
index 1def316..779fabc 100644
|
|
|
function wp_version_check( $extra_stats = array(), $force_check = false ) { |
| 96 | 96 | 'multisite_enabled' => $multisite_enabled, |
| 97 | 97 | ); |
| 98 | 98 | |
| | 99 | /** |
| | 100 | * Filter the arguments sent as part of the core version check. |
| | 101 | * |
| | 102 | * @since 4.4.0 |
| | 103 | * |
| | 104 | * @param array $query Version check query arguments. |
| | 105 | */ |
| | 106 | $query = apply_filters( 'core_version_check_query_args', $query ); |
| | 107 | |
| 99 | 108 | $post_body = array( |
| 100 | 109 | 'translations' => wp_json_encode( $translations ), |
| 101 | 110 | ); |