mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 19:46:21 +05:30
Update functions.php
This commit is contained in:
parent
c3c37b1f37
commit
cc7985c47b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue