Skip to content

Commit

Permalink
Update projects/plugins/wpcomsh/feature-plugins/hooks.php
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Jorsch <[email protected]>
  • Loading branch information
zinigor and anomiex authored Jun 12, 2024
1 parent cb613a2 commit 2d5ff64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/plugins/wpcomsh/feature-plugins/hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() ) {
Expand Down

0 comments on commit 2d5ff64

Please sign in to comment.