From cc7985c47b1610960a14937b5b5f3dba0e8c8f72 Mon Sep 17 00:00:00 2001 From: danpros Date: Wed, 22 Nov 2023 21:59:37 +0700 Subject: [PATCH] Update functions.php --- system/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;