From b4aaf4a73c5a4830013304561457565862cf2016 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 28 Jun 2018 02:40:47 +0000 Subject: [PATCH] Privacy: add `esc_html` to assertion in test_wp_comments_personal_data_exporter. Props mermel, 1naveengiri. Merges [43371] to the 4.9 branch. Fixes #44113. Built from https://develop.svn.wordpress.org/branches/4.9@43372 git-svn-id: http://core.svn.wordpress.org/branches/4.9@43200 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 124840a43a..10ae69ef9b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.7-alpha-43368'; +$wp_version = '4.9.7-alpha-43372'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.