@@ -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( 'WCSS' ) ) { |
23 | 26 |