From 18ea58ad23405e8e65d4115062caaf8a5bab72c2 Mon Sep 17 00:00:00 2001 From: shail-mehta Date: Sat, 8 Feb 2025 11:16:17 +0530 Subject: [PATCH 1/2] Added Missing Global Documentation --- lib/experimental/navigation-theme-opt-in.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/experimental/navigation-theme-opt-in.php b/lib/experimental/navigation-theme-opt-in.php index 547aa8b88ea7d..a479c25f50810 100644 --- a/lib/experimental/navigation-theme-opt-in.php +++ b/lib/experimental/navigation-theme-opt-in.php @@ -29,6 +29,8 @@ * * @see https://core.trac.wordpress.org/ticket/50544 * + * @global WP_Customize_Manager $wp_customize + * * @param int $menu_id ID of the updated menu. * @param int $menu_item_db_id ID of the new menu item. * @param array $args An array of arguments used to update/add the menu item. From 7d4c08fa74c7b4ef5821803e3f0b234ac0951888 Mon Sep 17 00:00:00 2001 From: shail-mehta Date: Sat, 8 Feb 2025 11:22:36 +0530 Subject: [PATCH 2/2] Fix PHP CS Issue --- lib/experimental/navigation-theme-opt-in.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/experimental/navigation-theme-opt-in.php b/lib/experimental/navigation-theme-opt-in.php index a479c25f50810..27dbabaf23448 100644 --- a/lib/experimental/navigation-theme-opt-in.php +++ b/lib/experimental/navigation-theme-opt-in.php @@ -29,7 +29,7 @@ * * @see https://core.trac.wordpress.org/ticket/50544 * - * @global WP_Customize_Manager $wp_customize + * @global WP_Customize_Manager $wp_customize * * @param int $menu_id ID of the updated menu. * @param int $menu_item_db_id ID of the new menu item.