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:
parent
e86930f864
commit
7f194fffc4
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user