We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150f70c commit ddda566Copy full SHA for ddda566
1 file changed
inc/admin.php
@@ -2320,7 +2320,6 @@ private function get_active_notices_count() {
2320
}
2321
$conflict_instance = new $class_name();
2322
2323
-
2324
if ( ! is_a( $conflict_instance, 'Optml_Abstract_Conflict' ) ) {
2325
continue;
2326
@@ -2331,7 +2330,7 @@ private function get_active_notices_count() {
2331
2330
2332
2333
$dismissed_notices = get_option( 'optml_dismissed_conflicts', [] );
2334
+
2335
return $conflicts_count - count( $dismissed_notices );
2336
2337
0 commit comments