fix get_post_content_template function
This commit is contained in:
parent
bc7129ec55
commit
8b9026ab5e
1 changed files with 1 additions and 1 deletions
|
@ -537,6 +537,6 @@ class Post {
|
|||
return "[ap_content]\n\n[ap_hashtags]\n\n[ap_permalink type=\"html\"]";
|
||||
}
|
||||
|
||||
return $content;
|
||||
return \get_option( 'activitypub_custom_post_content', ACTIVITYPUB_CUSTOM_POST_CONTENT );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue