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
6505be2b7c
commit
e5d7d0a106
1 changed files with 2 additions and 2 deletions
|
|
@ -438,9 +438,9 @@ function get_posts($posts, $page = 1, $perpage = 0)
|
|||
} else {
|
||||
$post->authorName = $author;
|
||||
$post->authorDescription = i18n('Author_Description');
|
||||
$post->authorAbout = $post->description;
|
||||
$post->authorAbout = $post->authorDescription;
|
||||
$post->authorAvatar = site_url() . 'system/resources/images/logo-small.png';
|
||||
$post->authorRaw = $post->description;
|
||||
$post->authorRaw = $post->authorDescription;
|
||||
}
|
||||
|
||||
$post->type = $type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue