You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -116,8 +125,10 @@ public static function hhdev_mwpcpv_render_page() {
116
125
<?php } // end if file exist ?>
117
126
118
127
</form>
128
+
<?phpif (isset($_POST['mwpcpv-run-scan'])) { ?>
119
129
<p> </p>
120
-
<p id="toggle-novuln" style="cursor:pointer;"><?phpif (isset($_POST['mwpcpv-run-scan'])) _e('Hide/show websites with no vulnerabilities.','hhdev-mwpcpv'); ?></p>
130
+
<p id="toggle-novuln"><?php_e('Hide/show websites with no vulnerabilities.','hhdev-mwpcpv'); ?></p>
131
+
<?php } ?>
121
132
</div>
122
133
123
134
<?php
@@ -224,6 +235,8 @@ public static function hhdev_mwpcpv_render_page() {
0 commit comments