PluginProbe
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts / 2.2.7
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts v2.2.7
2.7.7 2.7.6 2.7.5 2.7.4 trunk 1.3 2.0.4 2.0.6 2.1.91 2.2.4 2.2.7 2.2.9 2.3.1 2.3.10 2.4.10 2.4.2 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.6.0 2.6.1 2.7.0 All 28 releases
← All changes | admin/activation.php +2 -2 2.4.102.2.7 View file →
@@ -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 *