Skip to content

Commit 69a747f

Browse files
committed
Update hhdev-mwpcpv-dashboard.php
1 parent 7f115d5 commit 69a747f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hhdev-mwpcpv-dashboard.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ public function hhdev_mwpcpv_managesites_subpage( $subPage ) {
2525
$subPage[] = array(
2626
'title' => 'Check Plugins Vulnerability',
2727
'slug' => &$this->plugin_handle,
28-
'sitetab' => true, // show/hide tab menu - not working correct, true is hidden
29-
'menu_hidden' => true,
28+
'sitetab' => false, // show/hide tab menu - not working correct, true is hidden
29+
'menu_hidden' => false,
3030
'callback' => array( 'MainWPCheckPluginVulnerability', 'hhdev_mwpcpv_render_page' ),
3131
);
3232

0 commit comments

Comments
 (0)