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:
Drew Jaynes 2016-03-10 23:01:26 +00:00
parent 2e0866bcbc
commit 4ecad983b3
2 changed files with 3 additions and 3 deletions

View File

@ -267,7 +267,7 @@ function wp_update_plugins( $extra_stats = array() ) {
* Filter the locales requested for plugin translations. * Filter the locales requested for plugin translations.
* *
* @since 3.7.0 * @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. * @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. * Filter the locales requested for theme translations.
* *
* @since 3.7.0 * @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. * @param array $locales Theme locales. Default is all available locales of the site.
*/ */

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.5-beta3-36965'; $wp_version = '4.5-beta3-36966';
/** /**
* 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.