Plugin Directory

Changeset 2452825

Timestamp:
01/08/2021 08:03:41 PM (4 years ago)
Author:
h71
Message:

version-1.0.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • super-reactions/trunk/super-reactions.php

    r2452823 r2452825  
    2424require_once 'vendor/autoload.php';
    2525
    26 register_activation_hook( __FILE__, 'srea_activation_hook_callback' );
     26register_activation_hook( __FILE__, 'srea_activation_hook_callback' );
    2727
    2828function srea_activation_hook_callback() {
     
    3030}
    3131
    32 register_deactivation_hook( __FILE__, 'srea_deactivation_hook_callback' );
     32register_deactivation_hook( __FILE__, 'srea_deactivation_hook_callback' );
    3333
    3434function srea_deactivation_hook_callback() {
Note: See TracChangeset for help on using the changeset viewer.