|
@@ -3,8 +3,13 @@ |
|
3
|
3
|
* Jetpack comments admin menu file. |
|
4
|
4
|
* |
|
5
|
5
|
* @package automattic/jetpack |
|
6
|
6
|
*/ |
|
7
|
+ |
|
8
|
+if ( ! defined( 'ABSPATH' ) ) { |
|
9
|
+ exit( 0 ); |
|
10
|
+} |
|
11
|
+ |
|
7
|
12
|
/** |
|
8
|
13
|
* Class Jetpack_Comments_Settings |
|
9
|
14
|
* This class represents the comments settings functionality. |
|
10
|
15
|
*/ |