mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 20:16:22 +05:30
Update functions.php
This commit is contained in:
parent
e6232c1937
commit
cf41651321
1 changed files with 1 additions and 1 deletions
|
|
@ -1101,7 +1101,7 @@ function get_author($name)
|
|||
|
||||
$author->title = $author->name;
|
||||
|
||||
$author->description = $author->about;
|
||||
$author->description = strip_tags($author->about);
|
||||
|
||||
$tmp[] = $author;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue