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
This commit is contained in:
Drew Jaynes 2016-03-16 16:14:55 +00:00
parent e86930f864
commit 7f194fffc4
1 changed files with 2 additions and 0 deletions

View File

@ -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.
*