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

See #42505.

git-svn-id: https://develop.svn.wordpress.org/trunk@42825 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2018-03-11 10:29:47 +00:00
parent 53fcfd87ac
commit 637b4d8f80
1 changed files with 1 additions and 1 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.
*