summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/videopress.php')
-rw-r--r--plugins/jetpack/modules/videopress.php22
1 files changed, 8 insertions, 14 deletions
diff --git a/plugins/jetpack/modules/videopress.php b/plugins/jetpack/modules/videopress.php
index 6b33b392..5b702e60 100644
--- a/plugins/jetpack/modules/videopress.php
+++ b/plugins/jetpack/modules/videopress.php
@@ -1,7 +1,7 @@
<?php
/**
* Module Name: VideoPress
- * Module Description: Powerful, simple video hosting for WordPress
+ * Module Description: Powerful, simple video hosting for WordPress.
* First Introduced: 2.5
* Free: false
* Requires Connection: Yes
@@ -13,20 +13,14 @@
include_once dirname( __FILE__ ) . '/videopress/utility-functions.php';
include_once dirname( __FILE__ ) . '/videopress/shortcode.php';
-include_once dirname( __FILE__ ) . '/videopress/videopress.php';
-
-// VideoPress v2
-//include_once dirname( __FILE__ ) . '/videopress-v2/class.videopress-options.php';
-//include_once dirname( __FILE__ ) . '/videopress-v2/class.videopress-scheduler.php';
-//include_once dirname( __FILE__ ) . '/videopress-v2/class.videopress-xmlrpc.php';
-//include_once dirname( __FILE__ ) . '/videopress-v2/class.videopress-cli.php';
-//include_once dirname( __FILE__ ) . '/videopress-v2/class.jetpack-videopress.php';
+include_once dirname( __FILE__ ) . '/videopress/class.videopress-options.php';
+include_once dirname( __FILE__ ) . '/videopress/class.videopress-scheduler.php';
+include_once dirname( __FILE__ ) . '/videopress/class.videopress-xmlrpc.php';
+include_once dirname( __FILE__ ) . '/videopress/class.videopress-cli.php';
+include_once dirname( __FILE__ ) . '/videopress/class.jetpack-videopress.php';
if ( is_admin() ) {
include_once dirname( __FILE__ ) . '/videopress/editor-media-view.php';
-
-// include_once dirname( __FILE__ ) . '/videopress-v2/class.videopress-edit-attachment.php';
-// include_once dirname( __FILE__ ) . '/videopress-v2/class.videopress-media-library.php';
-// include_once dirname( __FILE__ ) . '/videopress-v2/class.videopress-ajax.php';
+ include_once dirname( __FILE__ ) . '/videopress/class.videopress-edit-attachment.php';
+ include_once dirname( __FILE__ ) . '/videopress/class.videopress-ajax.php';
}
-