Skip to content

Commit 79837b7

Browse files
authored
Merge pull request #882 from Codeinwp/bugfix/1373
Fixed always show conflict notice
2 parents a692c0b + 96ef77a commit 79837b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ class="button button-primary button-hero"><?php _e( 'Connect to OptiMole', 'opti
908908
* Adds conflicts notice.
909909
*/
910910
public function add_notice_conflicts() {
911-
if ( $this->settings->is_connected() || ! $this->conflicting_plugins->should_show_notice() ) {
911+
if ( ! $this->conflicting_plugins->should_show_notice() ) {
912912
return;
913913
}
914914

0 commit comments

Comments
 (0)