From 594a4d8e0fe4d73de024149744cba1233a4d7046 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Mon, 10 Feb 2025 07:02:27 +0530 Subject: [PATCH] Added Missing Global Documentation (#69104) * Added Missing Global Documentation * Fix PHP CS Issue Co-authored-by: shail-mehta Co-authored-by: t-hamano --- 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..27dbabaf23448 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.