diff options
Diffstat (limited to 'GWP_bs3_panel_shortcode.php')
-rw-r--r-- | GWP_bs3_panel_shortcode.php | 4 |
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__)); } } - -?> |