aboutsummaryrefslogtreecommitdiffstats
path: root/GWP_bs3_panel_shortcode.php
diff options
context:
space:
mode:
authorHeckyel <heckyel@openmailbox.org>2017-02-24 17:11:10 -0500
committerHeckyel <heckyel@openmailbox.org>2017-02-24 17:11:10 -0500
commitc7857b172d48524eee9acbb1bcf49ebb8805b650 (patch)
tree3e78a992a38049e8494fffb2329c340e2740ea37 /GWP_bs3_panel_shortcode.php
parent86302c79859c1450d699c70f3bcbfd372c30aac9 (diff)
downloadlibrevideojs-html5-player-c7857b172d48524eee9acbb1bcf49ebb8805b650.tar.lz
librevideojs-html5-player-c7857b172d48524eee9acbb1bcf49ebb8805b650.tar.xz
librevideojs-html5-player-c7857b172d48524eee9acbb1bcf49ebb8805b650.zip
Clean syntax
Diffstat (limited to 'GWP_bs3_panel_shortcode.php')
-rw-r--r--GWP_bs3_panel_shortcode.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/GWP_bs3_panel_shortcode.php b/GWP_bs3_panel_shortcode.php
index d82b98b..56976b6 100644
--- a/GWP_bs3_panel_shortcode.php
+++ b/GWP_bs3_panel_shortcode.php
@@ -66,8 +66,6 @@ class GWP_bs3_panel_shortcode{
* @return void
*/
function admin_enqueue_scripts(){
- wp_enqueue_style('librevideojs_shortcode', plugins_url('librevideojs/css/mce-button.css', __FILE__));
+ wp_enqueue_style('librevideojs_shortcode', plugins_url('librevideojs/css/mce-button.css', __FILE__));
}
}
-
-?>