Commit 0250959e authored by clone's avatar clone

注释

parent b70a1f02
...@@ -19,7 +19,6 @@ if (!function_exists('create_editor')) { ...@@ -19,7 +19,6 @@ if (!function_exists('create_editor')) {
if (!empty($config)) { if (!empty($config)) {
$_config = array_merge($_config, $config); $_config = array_merge($_config, $config);
} }
//$CKEditor->editor("describe", $value, $_config);
$CKEditor->editor($id,$value,$_config); $CKEditor->editor($id,$value,$_config);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment