diff options
-rw-r--r-- | libre-panel.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libre-panel.php b/libre-panel.php index 27e8db0..329d22e 100644 --- a/libre-panel.php +++ b/libre-panel.php @@ -46,7 +46,6 @@ class librevideojs_panel_shortcode{ */ function mce_external_plugins($plugin_array){ $plugin_array[$this->shortcode_tag] = get_bloginfo('template_url') . '/js/mce-button.js'; - // $plugin_array[$this->shortcode_tag] = plugins_url('librevideojs/js/mce-button.js', __FILE__); return $plugin_array; } @@ -68,6 +67,5 @@ class librevideojs_panel_shortcode{ */ function admin_enqueue_scripts(){ wp_enqueue_style('librevideojs_shortcode', get_bloginfo('template_url') . '/css/mce-button.css'); - // wp_enqueue_style('librevideojs_shortcode', plugins_url('librevideojs/css/mce-button.css', __FILE__)); } } |