From f88037f0f447441a8f56ee75c58079e2d5cc1542 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 6 Jan 2022 23:27:14 +0000 Subject: [PATCH] REST API: Typo correction in a link description object. This change fixes a wrong punctuation in a link description object of the menu items controller endpoint. Props la-geek, audrasjb, tobifjellner, hellofromtonya. Fixes #54745. Built from https://develop.svn.wordpress.org/trunk@52535 git-svn-id: http://core.svn.wordpress.org/trunk@52125 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 3dc77a0975..ff42224ccd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52534'; +$wp_version = '6.0-alpha-52535'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.