@@ -116,7 +116,8 @@ |
||
116 | 116 | $integration->pluginName |
117 | 117 | )); |
118 | 118 | return false; |
119 | - } elseif (!$integration->isSupported()) { |
|
119 | + } |
|
120 | + elseif (!$integration->isSupported()) { |
|
120 | 121 | glsr(Notice::class)->addError(sprintf( |
121 | 122 | __('Please update the %s plugin to v%s or greater to enable integration.', 'site-reviews'), |
122 | 123 | $integration->pluginName, |