Make WordPress Core

Ticket #16778: wp-includes--update.php.3.diff

File wp-includes--update.php.3.diff, 407 bytes (added by MattyRob, 11 years ago)
  • wp-includes/update.php

     
    9393                'multisite_enabled' => $multisite_enabled,
    9494        );
    9595
     96        $query = apply_filters( 'wp_version_check_query_variables', $query );
     97
    9698        $post_body = array(
    9799                'translations' => json_encode( $translations ),
    98100        );