output fedi bio if set, default if not
This commit is contained in:
parent
01532692f1
commit
277c7ba10f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ $json->id = \get_author_posts_url( $author_id );
|
||||||
$json->type = 'Person';
|
$json->type = 'Person';
|
||||||
$json->name = \get_the_author_meta( 'display_name', $author_id );
|
$json->name = \get_the_author_meta( 'display_name', $author_id );
|
||||||
$json->summary = \html_entity_decode(
|
$json->summary = \html_entity_decode(
|
||||||
\get_the_author_meta( 'description', $author_id ),
|
\Activitypub\get_author_description( $author_id ),
|
||||||
\ENT_QUOTES,
|
\ENT_QUOTES,
|
||||||
'UTF-8'
|
'UTF-8'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue