Docs: Improve two 4.5.0 changelog entries added for the plugins_update_check_locales
and themes_update_check_locales
filters, introduced in [36630].
See #34937. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36966 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
deaabdcc28
commit
ad5b16cc09
@ -267,7 +267,7 @@ function wp_update_plugins( $extra_stats = array() ) {
|
||||
* Filter the locales requested for plugin translations.
|
||||
*
|
||||
* @since 3.7.0
|
||||
* @since 4.5.0 Changed default value of `$locales` to include all locales.
|
||||
* @since 4.5.0 The default value of the `$locales` parameter changed to include all locales.
|
||||
*
|
||||
* @param array $locales Plugin locales. Default is all available locales of the site.
|
||||
*/
|
||||
@ -440,7 +440,7 @@ function wp_update_themes( $extra_stats = array() ) {
|
||||
* Filter the locales requested for theme translations.
|
||||
*
|
||||
* @since 3.7.0
|
||||
* @since 4.5.0 Changed default value of `$locales` to include all locales.
|
||||
* @since 4.5.0 The default value of the `$locales` parameter changed to include all locales.
|
||||
*
|
||||
* @param array $locales Theme locales. Default is all available locales of the site.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user