strong is not supported
This commit is contained in:
parent
c93f02615d
commit
4d75ade22b
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ class Post {
|
|||
}
|
||||
|
||||
if ( 'title' === \get_option( 'activitypub_post_content_type', 'content' ) ) {
|
||||
return "<p><strong>[ap_title]</strong></p>\n\n<p>[ap_permalink]</p>";
|
||||
return "<p>[ap_title]</p>\n\n<p>[ap_permalink]</p>";
|
||||
}
|
||||
|
||||
if ( 'content' === \get_option( 'activitypub_post_content_type', 'content' ) ) {
|
||||
|
|
Loading…
Reference in a new issue