Skip to content

Commit 28c5a67

Browse files
committed
[static-analysis] Remove extra argument not required in the function invocation.
1 parent ba3ae32 commit 28c5a67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

includes/managers/class-fs-admin-menu-manager.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,7 @@ function is_submenu_item_visible( $id, $default = true, $ignore_menu_existence =
321321
return fs_apply_filter(
322322
$this->_module_unique_affix,
323323
'is_submenu_visible',
324-
$this->get_bool_option( $this->_default_submenu_items, $id, $default ),
325-
$id
324+
$this->get_bool_option( $this->_default_submenu_items, $id, $default )
326325
);
327326
}
328327

0 commit comments

Comments
 (0)