diff --git a/wp-includes/update.php b/wp-includes/update.php index af7acae76f..3fe0d93728 100644 --- a/wp-includes/update.php +++ b/wp-includes/update.php @@ -263,6 +263,7 @@ function wp_update_plugins( $extra_stats = array() ) { $to_send = compact( 'plugins', 'active' ); $locales = array_values( get_available_languages() ); + /** * Filter the locales requested for plugin translations. * @@ -436,6 +437,7 @@ function wp_update_themes( $extra_stats = array() ) { $request['themes'] = $themes; $locales = array_values( get_available_languages() ); + /** * Filter the locales requested for theme translations. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 35992b565f..333e06fa7f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta3-37005'; +$wp_version = '4.5-beta3-37006'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.