Docs: Add a couple of spaces before hook docs for filters introduced in 4.5.

See #35986.

Built from https://develop.svn.wordpress.org/trunk@37006


git-svn-id: http://core.svn.wordpress.org/trunk@36973 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-16 16:15:28 +00:00
parent 48c366c1f4
commit 0fdbfa3f03
2 changed files with 3 additions and 1 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.
*

View File

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