From 2d5ff646b92ff62983fac23e9805ec1b2321fdb0 Mon Sep 17 00:00:00 2001 From: Igor Zinovyev Date: Wed, 12 Jun 2024 17:27:51 +0300 Subject: [PATCH] Update projects/plugins/wpcomsh/feature-plugins/hooks.php Co-authored-by: Brad Jorsch --- projects/plugins/wpcomsh/feature-plugins/hooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/plugins/wpcomsh/feature-plugins/hooks.php b/projects/plugins/wpcomsh/feature-plugins/hooks.php index 639a865cd2330..d3fe599a573cd 100644 --- a/projects/plugins/wpcomsh/feature-plugins/hooks.php +++ b/projects/plugins/wpcomsh/feature-plugins/hooks.php @@ -337,7 +337,7 @@ function wpcomsh_maybe_remove_jetpack_dashboard_menu_item() { /** * Remove Jetpack > Manage menu item as part of the wpcom navigation redesign. - * For more context, see 5824-gh-Automattic/dotcom-forge. + * For more context, see https://github.com/Automattic/dotcom-forge/issues/5824. */ function wpcomsh_remove_jetpack_manage_menu_item() { if ( ! class_exists( 'Jetpack' ) || ! class_exists( 'Jetpack_Options' ) || ! wpcom_is_nav_redesign_enabled() ) {