@@ -2,16 +2,16 @@ |
||
2 | 2 | /** |
3 | 3 | * Add scripts to the plugin. CSS and JS. |
4 | 4 | */ |
5 | -if ( ! defined( 'ABSPATH' ) ) exit; |
|
5 | +if ( ! defined('ABSPATH')) exit; |
|
6 | 6 | |
7 | -if ( ! class_exists( 'CGSS_SCRIPT' ) ) { |
|
7 | +if ( ! class_exists('CGSS_SCRIPT')) { |
|
8 | 8 | |
9 | 9 | final class CGSS_SCRIPT { |
10 | 10 | |
11 | 11 | |
12 | 12 | public function __construct() { |
13 | 13 | |
14 | - add_action( 'admin_head', array( $this, 'data_table_css' ) ); |
|
14 | + add_action('admin_head', array($this, 'data_table_css')); |
|
15 | 15 | } |
16 | 16 | |
17 | 17 |