From f4f2116edd14670d4cf3be4a408f9aac9fe7dcbd Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Fri, 11 Dec 2015 02:47:25 +0000 Subject: [PATCH] Be sure to force-delete when cleaning up fixtures in `get_comment_link()` tests. Introduced in [35857]. Mega-super-anti-props boonebgorges. Built from https://develop.svn.wordpress.org/trunk@35858 git-svn-id: http://core.svn.wordpress.org/trunk@35822 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 34ef6132e2..1a15643d17 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35857'; +$wp_version = '4.5-alpha-35858'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.