Skip to content
Snippets Groups Projects
Commit 553c531a authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

feature(css): added popup css

parent 6d2300f2
No related branches found
No related tags found
2 merge requests!8Feature/popup css,!7feature(css): added popup css
Pipeline #11637 passed
...@@ -41,7 +41,7 @@ class Reminder { ...@@ -41,7 +41,7 @@ class Reminder {
} }
private function should_display() { private function should_display() {
return get_locale() === 'pl_PL' && ! $this->is_plugin_activated(); return get_locale() !== 'pl_PL' && ! $this->is_plugin_activated();
} }
private function is_plugin_activated() { private function is_plugin_activated() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment