@@ -181,7 +181,6 @@ |
||
181 | 181 | /** |
182 | 182 | * Subscriptions schemes admin metaboxes. |
183 | 183 | * |
184 | - * @param array $values |
|
185 | 184 | * @return void |
186 | 185 | */ |
187 | 186 | public static function add_default_subscription_schemes_content( $defaults ) { |
@@ -17,7 +17,10 @@ |
||
17 | 17 | * License: GNU General Public License v3.0 |
18 | 18 | * License URI: http://www.gnu.org/licenses/gpl-3.0.html |
19 | 19 | */ |
20 | -if ( ! defined('ABSPATH') ) exit; // Exit if accessed directly. |
|
20 | +if ( ! defined('ABSPATH') ) { |
|
21 | + exit; |
|
22 | +} |
|
23 | +// Exit if accessed directly. |
|
21 | 24 | |
22 | 25 | if ( ! class_exists( 'WCSATT_STT' ) ) { |
23 | 26 | class WCSATT_STT { |