Changeset 2592020
- Timestamp:
- 09/01/2021 11:04:28 AM (5 years ago)
- File:
-
- 1 edited
-
button-visually-impaired/trunk/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
button-visually-impaired/trunk/functions.php
r2592008 r2592020 19 19 // Iterate through the plugins being updated and check if ours is there 20 20 foreach ( $options['plugins'] as $plugin ) { 21 22 21 if ( $plugin == $our_plugin ) { 23 Bvi\Core\Activate::getInstance()->activation();22 \Bvi\Core\Activate::getInstance()->activation(); 24 23 } 25 24 }
Note: See TracChangeset
for help on using the changeset viewer.