From 095e1c7f897ada2a4056243bc7106c3613078e70 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 19 Dec 2018 07:13:48 +0000 Subject: [PATCH] Docs: Remove references to the now-defunct `$merged_filters` global from two method DocBlocks in `WP_UnitTestCase`. The `$merged_filters` global was removed in [38571]. Props frank-klein. Fixes #44496. Built from https://develop.svn.wordpress.org/trunk@44327 git-svn-id: http://core.svn.wordpress.org/trunk@44157 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 cc43bdc663..2fd139f664 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44326'; +$wp_version = '5.1-alpha-44327'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.