@@ -1,30 +1,30 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * The file that defines the core plugin class |
|
4 | - * |
|
5 | - * A class definition that includes attributes and functions used across both the |
|
6 | - * public-facing side of the site and the admin area. |
|
7 | - * |
|
8 | - * @link http://www.yikesinc.com/ |
|
9 | - * @since 1.0.0 |
|
10 | - * |
|
11 | - * @package Yikes_Inc_Easy_Mailchimp_Extender |
|
12 | - * @subpackage Yikes_Inc_Easy_Mailchimp_Extender/includes |
|
13 | - */ |
|
3 | + * The file that defines the core plugin class |
|
4 | + * |
|
5 | + * A class definition that includes attributes and functions used across both the |
|
6 | + * public-facing side of the site and the admin area. |
|
7 | + * |
|
8 | + * @link http://www.yikesinc.com/ |
|
9 | + * @since 1.0.0 |
|
10 | + * |
|
11 | + * @package Yikes_Inc_Easy_Mailchimp_Extender |
|
12 | + * @subpackage Yikes_Inc_Easy_Mailchimp_Extender/includes |
|
13 | + */ |
|
14 | 14 | /** |
15 | - * The core plugin class. |
|
16 | - * |
|
17 | - * This is used to define internationalization, admin-specific hooks, and |
|
18 | - * public-facing site hooks. |
|
19 | - * |
|
20 | - * Also maintains the unique identifier of this plugin as well as the current |
|
21 | - * version of the plugin. |
|
22 | - * |
|
23 | - * @since 1.0.0 |
|
24 | - * @package Yikes_Inc_Easy_Mailchimp_Extender |
|
25 | - * @subpackage Yikes_Inc_Easy_Mailchimp_Extender/includes |
|
26 | - * @author YIKES Inc. <[email protected]> |
|
27 | - */ |
|
15 | + * The core plugin class. |
|
16 | + * |
|
17 | + * This is used to define internationalization, admin-specific hooks, and |
|
18 | + * public-facing site hooks. |
|
19 | + * |
|
20 | + * Also maintains the unique identifier of this plugin as well as the current |
|
21 | + * version of the plugin. |
|
22 | + * |
|
23 | + * @since 1.0.0 |
|
24 | + * @package Yikes_Inc_Easy_Mailchimp_Extender |
|
25 | + * @subpackage Yikes_Inc_Easy_Mailchimp_Extender/includes |
|
26 | + * @author YIKES Inc. <[email protected]> |
|
27 | + */ |
|
28 | 28 | class Yikes_Inc_Easy_Mailchimp_Error_Logging { |
29 | 29 | /** |
30 | 30 | * Define the core functionality of the plugin. |
@@ -27,8 +27,8 @@ |
||
27 | 27 | |
28 | 28 | |
29 | 29 | /** |
30 | - * Outputs a checkbox |
|
31 | - */ |
|
30 | + * Outputs a checkbox |
|
31 | + */ |
|
32 | 32 | public function output_checkbox() { |
33 | 33 | if( $this->is_user_already_subscribed( $this->type ) == '1' ) { |
34 | 34 | return; |