diff --git a/knowledge-space.php b/knowledge-space.php index 783d2afe7f686add29688c5e0ab3899ab41ca503..f3b167a6e964371048dd9959bd7cf5854913b2dc 100644 --- a/knowledge-space.php +++ b/knowledge-space.php @@ -2,9 +2,9 @@ /* Plugin Name: Knowledge Space -Description: This plugin adds a knowledge space to the website via a shortcode. +Description: A Wordpress-Plugin to display knowledge in a graph-structured way. Version: 1.0 -Author: Matthias Konitzny +Author: Matthias Konitzny, Maximilian Giller, Joscha Rode */ $GLOBALS['build'] = 'debug'; @@ -43,7 +43,7 @@ function ks_localize($handle, $atts) function ks_add_editor($atts = []) { ks_add_editor_dependencies(); - ks_localize("ks-editor-js"); + ks_localize("ks-editor-js", $atts); require_once(__DIR__ . '/editor/editor.php'); }