From 7f194fffc4c8134d58058bd9e6b912a12f760447 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 16 Mar 2016 16:14:55 +0000 Subject: [PATCH] Docs: Add a couple of spaces before hook docs for filters introduced in 4.5. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@37006 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/update.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/update.php b/src/wp-includes/update.php index af7acae76f..3fe0d93728 100644 --- a/src/wp-includes/update.php +++ b/src/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. *