From d28b747cfd3083702f2c779fb375631189a27041 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 22 Jun 2023 05:55:19 +0000 Subject: [PATCH] Tests: Update the test for `pre_wp_setup_nav_menu_item` filter. This ensures that not only is the filter applied in `wp_setup_nav_menu_item()`, but also the actual output is tested. Follow-up to [55867], [55868]. Props azaozz, ugyensupport. Fixes #56577. Built from https://develop.svn.wordpress.org/trunk@55979 git-svn-id: http://core.svn.wordpress.org/trunk@55491 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 e868d0c3ba..a007e3e4f3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55978'; +$wp_version = '6.3-alpha-55979'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.