Remove Advanced-JS option
This commit is contained in:
@@ -381,12 +381,8 @@ if (isset($_GET['serendipity']['plugin_to_conf'])) {
|
||||
$data['save'] = true;
|
||||
$data['timestamp'] = serendipity_strftime('%H:%M:%S');
|
||||
}
|
||||
|
||||
if (!isset($serendipity['eyecandy']) || serendipity_db_bool($serendipity['eyecandy'])) {
|
||||
$data['eyecandy'] = true;
|
||||
}
|
||||
|
||||
serendipity_plugin_api::hook_event("backend_pluginlisting_header" ,$eyecandy);
|
||||
|
||||
serendipity_plugin_api::hook_event("backend_pluginlisting_header", $null);
|
||||
|
||||
ob_start();
|
||||
serendipity_plugin_api::hook_event('backend_plugins_sidebar_header', $serendipity);
|
||||
|
||||
Reference in New Issue
Block a user