From f3ec3c36a0bcd14ce728fe9453807b4d93648d50 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Fri, 21 Jul 2017 21:22:42 +0000 Subject: [PATCH] Widgets: Fix typo in phpunit test for Custom HTML widget in [41116]. Fixed was applied in 4.8 branch via [41117]. See #41392. Built from https://develop.svn.wordpress.org/trunk@41118 git-svn-id: http://core.svn.wordpress.org/trunk@40958 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 f5e9c17542..1ebbd1498c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41116'; +$wp_version = '4.9-alpha-41118'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.