Skip to content

Commit

Permalink
Local Navigation: Remove accidental debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Feb 29, 2024
1 parent 694fe41 commit 2bc2878
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ function add_site_navigation_menus( $menus ) {
array(
'label' => __( 'WP-CLI Commands', 'wporg' ),
'url' => '/cli/commands/',
'className' => $is_cli_home ? 'current-menu-item' : 'test',
'className' => $is_cli_home ? 'current-menu-item' : '',
),
),
);
Expand Down

0 comments on commit 2bc2878

Please sign in to comment.