From 93e373b7be85bdbda3ceca0ecfddf71e0ad7bcd8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 21 Feb 2022 14:52:06 +0000 Subject: [PATCH] Docs: Use third-person singular verbs in some test descriptions in `phpunit/tests/functions/`. Follow-up to [42971], [45371], [46159], [46175], [47779], [50962], [50964], [51910], [52778]. Props azouamauriac, SergeyBiryukov. See #54725. Built from https://develop.svn.wordpress.org/trunk@52780 git-svn-id: http://core.svn.wordpress.org/trunk@52369 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 8fd85fb6ed..90dc484861 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52779'; +$wp_version = '6.0-alpha-52780'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.