Skip to content
Snippets Groups Projects
Commit 6c73f7ab authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

Removed unnecessary code.

parent 8e0a7b00
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ function ks_add_editor_dependencies() ...@@ -50,7 +50,7 @@ function ks_add_editor_dependencies()
//wp_register_script("ks-editor-js", plugins_url($script_path, __FILE__), array('jquery'), false); //wp_register_script("ks-editor-js", plugins_url($script_path, __FILE__), array('jquery'), false);
wp_localize_script( 'ks-editor-js', 'ajax_object', wp_localize_script( 'ks-editor-js', 'ajax_object',
array( 'ajax_url' => admin_url( 'admin-ajax.php' ), 'we_value' => 1234 ) ); array( 'ajax_url' => admin_url( 'admin-ajax.php' )));
//wp_enqueue_script("ks-editor-js"); //wp_enqueue_script("ks-editor-js");
$style_file_version = date("ymd-Gis", filemtime(plugin_dir_path(__FILE__) . "editor/css/editor.css")); $style_file_version = date("ymd-Gis", filemtime(plugin_dir_path(__FILE__) . "editor/css/editor.css"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment