backport
This commit is contained in:
parent
d8aa20940c
commit
fc5d70f1fa
@ -11,6 +11,11 @@ Version 1.6 ()
|
||||
* Added event hook backend_sendcomment for sending comments and
|
||||
being able to chang via plugin API (onli)
|
||||
|
||||
Version 1.5.1 ()
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Fix bug with not showing "html" type configuration items.
|
||||
|
||||
Version 1.5 (December 21st, 2009)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
@ -596,7 +596,7 @@ function serendipity_plugin_config(&$plugin, &$bag, &$name, &$desc, &$config_nam
|
||||
<?php
|
||||
if ($cbag->get('type') == 'html') {
|
||||
$htmlnugget[] = $elcount;
|
||||
if (!function_exists(serendipity_emit_htmlarea-code)) {
|
||||
if (!function_exists('serendipity_emit_htmlarea_code')) {
|
||||
@include dirname(__FILE__) . '/functions_entries_admin.inc.php';
|
||||
}
|
||||
serendipity_emit_htmlarea_code('nuggets', 'nuggets', true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user