@@ -1,5 +1,8 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly. |
|
| 2 | +if ( ! defined( 'ABSPATH' ) ) { |
|
| 3 | + exit; |
|
| 4 | +} |
|
| 5 | +// Exit if accessed directly. |
|
| 3 | 6 | |
| 4 | 7 | /** |
| 5 | 8 | * Sensei Course Component Widget |
@@ -251,7 +254,7 @@ discard block |
||
| 251 | 254 | |
| 252 | 255 | _e( 'You have no completed courses.', 'woothemes-sensei' ); |
| 253 | 256 | |
| 254 | - }else{
|
|
| 257 | + } else{
|
|
| 255 | 258 | |
| 256 | 259 | _e( 'You have no courses.', 'woothemes-sensei' ); |
| 257 | 260 | |