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. Built from https://develop.svn.wordpress.org/trunk@36966 git-svn-id: http://core.svn.wordpress.org/trunk@36934 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user