From 7f60aee75a18bce7275299c6e4b92f04e7c0726e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 10 May 2020 20:31:08 +0000 Subject: [PATCH] Tests: Give canonical test fixtures for paginated content more descriptive names. Follow-up to [47727]. See #28081, #40773, #45337. Built from https://develop.svn.wordpress.org/trunk@47781 git-svn-id: http://core.svn.wordpress.org/trunk@47557 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 b1ff380ed4..8c4c656d9e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47780'; +$wp_version = '5.5-alpha-47781'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.