@@ -2,7 +2,10 @@ |
||
| 2 | 2 | /** |
| 3 | 3 | * Welcome Page - Knowledge Base Links |
| 4 | 4 | */ |
| 5 | -if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly |
|
| 5 | +if ( ! defined( 'ABSPATH' ) ) { |
|
| 6 | + exit; |
|
| 7 | +} |
|
| 8 | +// Exit if accessed directly |
|
| 6 | 9 | ?> |
| 7 | 10 | <div class="wrap about-wrap"> |
| 8 | 11 | |