Skip to content

Commit 4d75ade

Browse files
committed
strong is not supported
1 parent c93f026 commit 4d75ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/model/class-post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public function get_post_content_template() {
268268
}
269269

270270
if ( 'title' === \get_option( 'activitypub_post_content_type', 'content' ) ) {
271-
return "<p><strong>[ap_title]</strong></p>\n\n<p>[ap_permalink]</p>";
271+
return "<p>[ap_title]</p>\n\n<p>[ap_permalink]</p>";
272272
}
273273

274274
if ( 'content' === \get_option( 'activitypub_post_content_type', 'content' ) ) {

0 commit comments

Comments
 (0)