|
@@ -8,8 +8,12 @@ |
|
8
|
8
|
*/ |
|
9
|
9
|
|
|
10
|
10
|
use Automattic\Jetpack\Image_CDN\Image_CDN; |
|
11
|
11
|
|
|
12
|
+if ( ! defined( 'ABSPATH' ) ) { |
|
13
|
+ exit( 0 ); |
|
14
|
+} |
|
15
|
+ |
|
12
|
16
|
// Priority 11 needed to ensure sharing_display is loaded. |
|
13
|
17
|
add_action( 'init', 'jetpack_bbpress_compat', 11 ); |
|
14
|
18
|
|
|
15
|
19
|
/** |