diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-05-29 15:19:30 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-05-29 15:19:30 -0500 |
commit | 4a193ea802dd0830da99b0a58915c2110a7e70c3 (patch) | |
tree | 9b15d7bb8415702604eb149a165f7433b34ccd8e | |
parent | c2051beeec8692716d27570014fa6ccc63a59866 (diff) | |
download | lidra-theme-4a193ea802dd0830da99b0a58915c2110a7e70c3.tar.lz lidra-theme-4a193ea802dd0830da99b0a58915c2110a7e70c3.tar.xz lidra-theme-4a193ea802dd0830da99b0a58915c2110a7e70c3.zip |
remueve acciones no usadas
-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__)); } } |