From 5ac4bf5ec6cb2bd4bad3dd37feff8f972e3dd410 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 26 Apr 2022 13:44:15 +0000 Subject: [PATCH] Docs: Correct alignment for the `customize_nav_menu_available_items` filter DocBlock. Follow-up to [53245]. See #54729. Built from https://develop.svn.wordpress.org/trunk@53279 git-svn-id: http://core.svn.wordpress.org/trunk@52868 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-nav-menus.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-customize-nav-menus.php b/wp-includes/class-wp-customize-nav-menus.php index 80c6df8bcb..166800f222 100644 --- a/wp-includes/class-wp-customize-nav-menus.php +++ b/wp-includes/class-wp-customize-nav-menus.php @@ -295,7 +295,7 @@ final class WP_Customize_Nav_Menus { * @param array $items The array of menu items. * @param string $object_type The object type. * @param string $object_name The object name. - * @param int $page The current page number. + * @param int $page The current page number. */ $items = apply_filters( 'customize_nav_menu_available_items', $items, $object_type, $object_name, $page ); diff --git a/wp-includes/version.php b/wp-includes/version.php index d366d9daf7..c32b9f42c7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-beta2-53278'; +$wp_version = '6.0-beta2-53279'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.