@@ -13,7 +13,7 @@ discard block |
||
| 13 | 13 | */ |
| 14 | 14 | |
| 15 | 15 | // Exit if accessed directly. |
| 16 | -if ( ! defined( 'ABSPATH' ) ) { |
|
| 16 | +if ( ! defined ( 'ABSPATH' ) ) { |
|
| 17 | 17 | exit; |
| 18 | 18 | } |
| 19 | 19 | |
@@ -22,11 +22,11 @@ discard block |
||
| 22 | 22 | require_once( 'includes/class-ssp-frontend.php' ); |
| 23 | 23 | |
| 24 | 24 | global $ssp_admin, $ss_podcasting; |
| 25 | -$ssp_admin = new SSP_Admin( __FILE__, '1.14.9' ); |
|
| 26 | -$ss_podcasting = new SSP_Frontend( __FILE__, '1.14.9' ); |
|
| 25 | +$ssp_admin = new SSP_Admin ( __FILE__, '1.14.9' ); |
|
| 26 | +$ss_podcasting = new SSP_Frontend ( __FILE__, '1.14.9' ); |
|
| 27 | 27 | |
| 28 | -if ( is_admin() ) { |
|
| 28 | +if ( is_admin () ) { |
|
| 29 | 29 | global $ssp_settings; |
| 30 | 30 | require_once( 'includes/class-ssp-settings.php' ); |
| 31 | - $ssp_settings = new SSP_Settings( __FILE__ ); |
|
| 31 | + $ssp_settings = new SSP_Settings ( __FILE__ ); |
|
| 32 | 32 | } |
| 33 | 33 | \ No newline at end of file |