summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/shortcodes/videopress.php')
-rw-r--r--plugins/jetpack/modules/shortcodes/videopress.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/jetpack/modules/shortcodes/videopress.php b/plugins/jetpack/modules/shortcodes/videopress.php
index ebe9e894..a4bfd167 100644
--- a/plugins/jetpack/modules/shortcodes/videopress.php
+++ b/plugins/jetpack/modules/shortcodes/videopress.php
@@ -8,9 +8,11 @@
if ( ! Jetpack::is_module_active( 'videopress' ) ) {
- Jetpack::dns_prefetch( array(
- '//v0.wordpress.com',
- ) );
+ Jetpack::dns_prefetch(
+ array(
+ '//v0.wordpress.com',
+ )
+ );
include_once JETPACK__PLUGIN_DIR . 'modules/videopress/utility-functions.php';
include_once JETPACK__PLUGIN_DIR . 'modules/videopress/shortcode.php';