From 159ec5c8052e1d061a430893a4525629849e2589 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 20 Nov 2017 16:50:38 -0500 Subject: Update jetpack 5.5 Signed-off-by: Anthony G. Basile --- plugins/jetpack/modules/shortcodes/googleplus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/jetpack/modules/shortcodes/googleplus.php') diff --git a/plugins/jetpack/modules/shortcodes/googleplus.php b/plugins/jetpack/modules/shortcodes/googleplus.php index 134246e0..daa34d1a 100644 --- a/plugins/jetpack/modules/shortcodes/googleplus.php +++ b/plugins/jetpack/modules/shortcodes/googleplus.php @@ -11,7 +11,7 @@ define( 'JETPACK_GOOGLEPLUS_EMBED_REGEX', '#^https?://plus\.(sandbox\.)?google\. wp_embed_register_handler( 'googleplus', JETPACK_GOOGLEPLUS_EMBED_REGEX, 'jetpack_googleplus_embed_handler' ); function jetpack_googleplus_embed_handler( $matches, $attr, $url ) { - wp_enqueue_script( 'jetpack-gplus-api', 'https://apis.google.com/js/plusone.js', array(), null, true ); + wp_enqueue_script( 'jetpack-gplus-api', 'https://apis.google.com/js/plusone.min.js', array(), null, true ); return sprintf( '
', esc_url( $url ) ); } -- cgit v1.2.3-65-gdbad