diff --git a/system/includes/functions.php b/system/includes/functions.php index e9a5af9..53c18f3 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -587,7 +587,7 @@ function default_category() $desc->url = site_url() . 'category/uncategorized'; $desc->slug = 'uncategorized'; $desc->body = '
' . i18n('Uncategorized_comment') . '
'; - + $desc->md = 'uncategorized'; $desc->description = i18n('Uncategorized_comment'); return $tmp[] = $desc;