Passed
Push — master ( 3507d9...d733b5 )
by Fernando
02:19
created
functions.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,11 +5,11 @@  discard block
 block discarded – undo
5 5
  * @package lsx
6 6
  */
7 7
 
8
-if ( ! defined( 'ABSPATH' ) ) {
8
+if ( ! defined('ABSPATH')) {
9 9
 	exit;
10 10
 }
11 11
 
12
-define( 'LSX_VERSION', '2.0.1' );
12
+define('LSX_VERSION', '2.0.1');
13 13
 
14 14
 require get_template_directory() . '/includes/config.php';
15 15
 require get_template_directory() . '/includes/classes/class-lsx-theme-customizer.php';
@@ -30,6 +30,6 @@  discard block
 block discarded – undo
30 30
 require get_template_directory() . '/includes/extras.php';
31 31
 require get_template_directory() . '/includes/welcome.php';
32 32
 
33
-if ( class_exists( 'WooCommerce' ) ) {
33
+if (class_exists('WooCommerce')) {
34 34
 	require get_template_directory() . '/includes/woocommerce.php';
35 35
 }
Please login to merge, or discard this patch.