We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93f026 commit 4d75adeCopy full SHA for 4d75ade
includes/model/class-post.php
@@ -268,7 +268,7 @@ public function get_post_content_template() {
268
}
269
270
if ( 'title' === \get_option( 'activitypub_post_content_type', 'content' ) ) {
271
- return "<p><strong>[ap_title]</strong></p>\n\n<p>[ap_permalink]</p>";
+ return "<p>[ap_title]</p>\n\n<p>[ap_permalink]</p>";
272
273
274
if ( 'content' === \get_option( 'activitypub_post_content_type', 'content' ) ) {
0 commit comments