From 2d6493056b56df977c687322b0e35b705a1d3e5a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 2 Dec 2021 05:41:04 +0000 Subject: [PATCH] Docs: Fix typo in some `get_edit_term_link()` test DocBlocks. Follow-up to [52180], [52255]. See #50225, #53399. Built from https://develop.svn.wordpress.org/trunk@52305 git-svn-id: http://core.svn.wordpress.org/trunk@51897 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 4800249409..28506fec0e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta1-52304'; +$wp_version = '5.9-beta1-52305'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.