Archived
1
0
This commit is contained in:
Garvin Hicking
2009-12-21 18:56:34 +00:00
parent 841c5646ba
commit 4e9fcf7696
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -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);