|
@@ -8,8 +8,12 @@ |
|
8
|
8
|
* |
|
9
|
9
|
* @package automattic/jetpack |
|
10
|
10
|
*/ |
|
11
|
11
|
|
|
12
|
+if ( ! defined( 'ABSPATH' ) ) { |
|
13
|
+ exit( 0 ); |
|
14
|
+} |
|
15
|
+ |
|
12
|
16
|
/** |
|
13
|
17
|
* Conditionally require the Tonesque lib depending on theme support. |
|
14
|
18
|
*/ |
|
15
|
19
|
function jetpack_load_theme_tools() { |