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:
parent
48c366c1f4
commit
0fdbfa3f03
|
@ -263,6 +263,7 @@ function wp_update_plugins( $extra_stats = array() ) {
|
||||||
$to_send = compact( 'plugins', 'active' );
|
$to_send = compact( 'plugins', 'active' );
|
||||||
|
|
||||||
$locales = array_values( get_available_languages() );
|
$locales = array_values( get_available_languages() );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filter the locales requested for plugin translations.
|
* Filter the locales requested for plugin translations.
|
||||||
*
|
*
|
||||||
|
@ -436,6 +437,7 @@ function wp_update_themes( $extra_stats = array() ) {
|
||||||
$request['themes'] = $themes;
|
$request['themes'] = $themes;
|
||||||
|
|
||||||
$locales = array_values( get_available_languages() );
|
$locales = array_values( get_available_languages() );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filter the locales requested for theme translations.
|
* Filter the locales requested for theme translations.
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue