Update functions.php

This commit is contained in:
danpros 2024-01-02 22:48:14 +07:00
commit cf41651321

View file

@ -1101,7 +1101,7 @@ function get_author($name)
$author->title = $author->name;
$author->description = $author->about;
$author->description = strip_tags($author->about);
$tmp[] = $author;
}