| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | * Class of activation/deactivation of the plugin. Must be registered in file includes/class.plugin.php |
| 4 | 4 | * |
| 5 | 5 | * @author Webcraftic <wordpress.webraftic@gmail.com> |
| 6 | 6 | * @copyright (c) 02.12.2018, Webcraftic |
| 7 | - * @see Wbcr_Factory466_Activator | |
| 7 | + * @see Wbcr_Factory419_Activator | |
| 8 | 8 | * |
| 9 | 9 | * @version 1.0.1 |
| 10 | 10 | */ |
| 11 | 11 | |
| @@ -13,9 +13,9 @@ | ||
| 13 | 13 | if ( ! defined( 'ABSPATH' ) ) { |
| 14 | 14 | exit; |
| 15 | 15 | } |
| 16 | 16 | |
| 17 | -class WINP_Activation extends Wbcr_Factory466_Activator { | |
| 17 | +class WINP_Activation extends Wbcr_Factory419_Activator { | |
| 18 | 18 | |
| 19 | 19 | /** |
| 20 | 20 | * Method is executed during the activation of the plugin. |
| 21 | 21 | * |