From 02983a458d7aad27f00fcb455c6b91722ef643d3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 29 Mar 2019 11:14:51 +0000 Subject: [PATCH] Site Health: Add missing `'; } else { $values = esc_html( $field['value'] ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index c29eaba54f..c8339e410a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta1-45067'; +$wp_version = '5.2-beta1-45068'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.