Docs: Add missing brace in auto_update_{$type} filter DocBlock.

See #42505.
Built from https://develop.svn.wordpress.org/trunk@42825


git-svn-id: http://core.svn.wordpress.org/trunk@42655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-03-11 10:30:33 +00:00
parent 8bab745586
commit 15e969be8d
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ class WP_Automatic_Updater {
* by default, while translations and minor and development versions for core
* are updated by default.
*
* See the {@see 'allow_dev_auto_core_updates', {@see 'allow_minor_auto_core_updates'},
* See the {@see 'allow_dev_auto_core_updates'}, {@see 'allow_minor_auto_core_updates'},
* and {@see 'allow_major_auto_core_updates'} filters for a more straightforward way to
* adjust core updates.
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42824';
$wp_version = '5.0-alpha-42825';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.