mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
parent
6a3b464c40
commit
b7f6803b4b
1 changed files with 2 additions and 2 deletions
|
|
@ -586,9 +586,9 @@ function default_category()
|
|||
$desc->title = i18n("Uncategorized");
|
||||
$desc->url = site_url() . 'category/uncategorized';
|
||||
$desc->slug = 'uncategorized';
|
||||
$desc->body = '<p>Topics that don't need a category, or don't fit into any other existing category.</p>';
|
||||
$desc->body = '<p>' . i18n('Uncategorized_comment') . '</p>';
|
||||
|
||||
$desc->description = 'Topics that don't need a category, or don't fit into any other existing category.';
|
||||
$desc->description = i18n('Uncategorized_comment');
|
||||
|
||||
return $tmp[] = $desc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue