Changeset 2592203
- Timestamp:
- 09/01/2021 03:35:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
button-visually-impaired/trunk/Button-visually-impaired.php
r2592196 r2592203 72 72 $core = new \Bvi\Core\Core(); 73 73 74 if ( false !== $core->getOption() ) {74 if ( false === $core->getOption() ) { 75 75 Bvi\Core\Activate::getInstance()->activation(); 76 76 }
Note: See TracChangeset
for help on using the changeset viewer.