From 38d6ca1e4fe4e2077cbc878778a183922b92f69c Mon Sep 17 00:00:00 2001 From: Heckyel Date: Sat, 10 Dec 2016 18:55:30 -0500 Subject: =?UTF-8?q?flexibilidad=20con=20subt=C3=ADtulos=20-=20A=C3=BAn=20n?= =?UTF-8?q?o=20solucionado=20compatilidad=20de=20subt=C3=ADtulos=20con=20i?= =?UTF-8?q?ntefaz=20gr=C3=A1fica=20|=20beta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GWP_bs3_panel_shortcode.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'GWP_bs3_panel_shortcode.php') 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__)); } } + +?> -- cgit v1.2.3