aboutsummaryrefslogtreecommitdiffstats
path: root/GWP_bs3_panel_shortcode.php
diff options
context:
space:
mode:
Diffstat (limited to 'GWP_bs3_panel_shortcode.php')
-rw-r--r--GWP_bs3_panel_shortcode.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/GWP_bs3_panel_shortcode.php b/GWP_bs3_panel_shortcode.php
index 1ef3774..2f89322 100644
--- a/GWP_bs3_panel_shortcode.php
+++ b/GWP_bs3_panel_shortcode.php
@@ -39,7 +39,7 @@ class GWP_bs3_panel_shortcode{
), $atts )
);
- //make sure the panel type is a valid styled type if not revert to wemb
+ //make sure the panel type is a valid styled type if not revert to webm
$panel_types = array('ogv','webm','mp4');
$type = in_array($type, $panel_types)? $type: 'webm';
@@ -113,3 +113,5 @@ class GWP_bs3_panel_shortcode{
wp_enqueue_style('bs3_panel_shortcode', plugins_url('librevideojs/css/mce-button.css' , __FILE__));
}
}
+
+?>