mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 13:36:22 +05:30
Update the language map
This commit is contained in:
parent
aa7a456ae7
commit
c1f8079049
4 changed files with 10 additions and 8 deletions
|
|
@ -533,7 +533,7 @@ function get_category_info($category)
|
|||
return $tmp;
|
||||
}
|
||||
|
||||
// Return default profile
|
||||
// Return default category
|
||||
function default_category()
|
||||
{
|
||||
$tmp = array();
|
||||
|
|
@ -541,9 +541,9 @@ function default_category()
|
|||
|
||||
$desc->title = 'Uncategorized';
|
||||
$desc->url = site_url() . 'category/uncategorized';
|
||||
$desc->body = "<p>Topics that don't need a category, or don't fit into any other existing category.</p>";
|
||||
$desc->body = '<p>Topics that don't need a category, or don't fit into any other existing category.</p>';
|
||||
|
||||
$desc->description = "Topics that don't need a category, or don't fit into any other existing category";
|
||||
$desc->description = 'Topics that don't need a category, or don't fit into any other existing category.';
|
||||
|
||||
return $tmp[] = $desc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue