Browse Source

Update functions.php

pull/558/merge
danpros 2 years ago
parent
commit
cc7985c47b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/includes/functions.php

+ 1
- 1
system/includes/functions.php View File

@ -587,7 +587,7 @@ function default_category()
$desc->url = site_url() . 'category/uncategorized';
$desc->slug = 'uncategorized';
$desc->body = '<p>' . i18n('Uncategorized_comment') . '</p>';
$desc->md = 'uncategorized';
$desc->description = i18n('Uncategorized_comment');
return $tmp[] = $desc;


Loading…
Cancel
Save