Passed
Push — master ( b9f94f...367da5 )
by Warwick
01:57
created
functions.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -7,25 +7,25 @@
 block discarded – undo
7 7
  * @package lsx
8 8
  */
9 9
 
10
-if ( ! defined( 'ABSPATH' ) ) {
10
+if ( ! defined('ABSPATH')) {
11 11
 	exit;
12 12
 }
13 13
 
14
-define( 'LSX_VERSION', '2.5.0' );
14
+define('LSX_VERSION', '2.5.0');
15 15
 
16
-if ( class_exists( 'WooCommerce' ) ) {
16
+if (class_exists('WooCommerce')) {
17 17
 	require get_template_directory() . '/includes/plugins/woocommerce.php';
18 18
 }
19 19
 
20
-if ( class_exists( 'Tribe__Events__Main' ) ) {
20
+if (class_exists('Tribe__Events__Main')) {
21 21
 	require get_template_directory() . '/includes/plugins/the-events-calendar.php';
22 22
 }
23 23
 
24
-if ( class_exists( 'Sensei_WC' ) ) {
24
+if (class_exists('Sensei_WC')) {
25 25
 	require get_template_directory() . '/includes/plugins/sensei.php';
26 26
 }
27 27
 
28
-if ( class_exists( 'bbPress' ) ) {
28
+if (class_exists('bbPress')) {
29 29
 	require get_template_directory() . '/includes/plugins/bbpress.php';
30 30
 }
31 31
 
Please login to merge, or discard this patch.