From 637b4d8f800f20972dff85c6f00d84ff74e5119c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 11 Mar 2018 10:29:47 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/class-wp-automatic-updater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-automatic-updater.php b/src/wp-admin/includes/class-wp-automatic-updater.php index 565b5845ae..59b16a59e8 100644 --- a/src/wp-admin/includes/class-wp-automatic-updater.php +++ b/src/wp-admin/includes/class-wp-automatic-updater.php @@ -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. *