Changeset 2592113
- Timestamp:
- 09/01/2021 01:27:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
button-visually-impaired/trunk/Button-visually-impaired.php
r2592111 r2592113 70 70 * Activate plugin hook. 71 71 */ 72 register_activation_hook( __FILE__, function () {72 register_activation_hook( BVI_FILE, function () { 73 73 Bvi\Core\Activate::getInstance(); 74 74 } );
Note: See TracChangeset
for help on using the changeset viewer.