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.