From aab929b8d619bde14495a97cdc1eb7bdf1f1d487 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 2 Aug 2018 22:36:25 +0000 Subject: [PATCH] Build/Test Tools: Add documentation for `tests_add_filter()`, `_test_filter_build_unique_id()`, `_delete_all_data()`, `_delete_all_posts()`. Props andizer. Fixes #44703. Built from https://develop.svn.wordpress.org/trunk@43555 git-svn-id: http://core.svn.wordpress.org/trunk@43384 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 cc62140bc6..ab7615b581 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43550'; +$wp_version = '5.0-alpha-43555'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.