From 15e969be8da9c88af77394f9adaf70ef53937e74 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 11 Mar 2018 10:30:33 +0000 Subject: [PATCH] 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 --- wp-admin/includes/class-wp-automatic-updater.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-automatic-updater.php b/wp-admin/includes/class-wp-automatic-updater.php index 565b5845ae..59b16a59e8 100644 --- a/wp-admin/includes/class-wp-automatic-updater.php +++ b/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. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 5bb0f92f6b..5d4523bd14 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.