summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/videopress/class.videopress-options.php')
-rw-r--r--plugins/jetpack/modules/videopress/class.videopress-options.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/jetpack/modules/videopress/class.videopress-options.php b/plugins/jetpack/modules/videopress/class.videopress-options.php
index 1b431e92..b72abd5b 100644
--- a/plugins/jetpack/modules/videopress/class.videopress-options.php
+++ b/plugins/jetpack/modules/videopress/class.videopress-options.php
@@ -6,9 +6,6 @@ class VideoPress_Options {
public static $option_name = 'videopress';
/** @var array */
- public static $jetpack_plans_with_videopress = array( 'jetpack_premium', 'jetpack_business' );
-
- /** @var array */
protected static $options = array();
/**
@@ -21,7 +18,7 @@ class VideoPress_Options {
}
$defaults = array(
- 'meta' => array(
+ 'meta' => array(
'max_upload_size' => 0,
),
);
@@ -59,4 +56,4 @@ class VideoPress_Options {
self::$options = array();
}
-} \ No newline at end of file
+}