|
@@ -9,8 +9,12 @@ |
|
9
|
9
|
* |
|
10
|
10
|
* @package automattic/jetpack |
|
11
|
11
|
*/ |
|
12
|
12
|
|
|
13
|
+if ( ! defined( 'ABSPATH' ) ) { |
|
14
|
+ exit( 0 ); |
|
15
|
+} |
|
16
|
+ |
|
13
|
17
|
add_shortcode( 'gravatar', 'jetpack_gravatar_shortcode' ); |
|
14
|
18
|
add_shortcode( 'gravatar_profile', 'jetpack_gravatar_profile_shortcode' ); |
|
15
|
19
|
|
|
16
|
20
|
/** |