From ffc17842c773cdc3fc6e8a0e3c0407ff93861497 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 26 Apr 2022 13:42:55 +0000 Subject: [PATCH] Docs: Correct alignment for the `customize_nav_menu_available_items` filter DocBlock. Follow-up to [53245]. See #54729. git-svn-id: https://develop.svn.wordpress.org/trunk@53279 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-nav-menus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-customize-nav-menus.php b/src/wp-includes/class-wp-customize-nav-menus.php index 80c6df8bcb..166800f222 100644 --- a/src/wp-includes/class-wp-customize-nav-menus.php +++ b/src/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 );