Ticket #16778: wp-includes--update.php.3.diff
File wp-includes--update.php.3.diff, 407 bytes (added by , 11 years ago) |
---|
-
wp-includes/update.php
93 93 'multisite_enabled' => $multisite_enabled, 94 94 ); 95 95 96 $query = apply_filters( 'wp_version_check_query_variables', $query ); 97 96 98 $post_body = array( 97 99 'translations' => json_encode( $translations ), 98 100 );