From 4d75ade22b57d43aece91bf4bbc50eb262d1b2f7 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Mon, 23 Jan 2023 21:08:59 +0100 Subject: [PATCH] strong is not supported --- includes/model/class-post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/model/class-post.php b/includes/model/class-post.php index cdf5d51..6586388 100644 --- a/includes/model/class-post.php +++ b/includes/model/class-post.php @@ -268,7 +268,7 @@ class Post { } if ( 'title' === \get_option( 'activitypub_post_content_type', 'content' ) ) { - return "

[ap_title]

\n\n

[ap_permalink]

"; + return "

[ap_title]

\n\n

[ap_permalink]

"; } if ( 'content' === \get_option( 'activitypub_post_content_type', 'content' ) ) {