diff --git a/includes/model/class-post.php b/includes/model/class-post.php index 738ab17..a452274 100644 --- a/includes/model/class-post.php +++ b/includes/model/class-post.php @@ -204,8 +204,8 @@ class Post { return $this->get_the_post_summary(); } - if ( 'title' === \get_option( 'activitypub_post_content_type', 'content' ) ) { - return $this->get_the_title(); + if ( 'title' === \get_option( 'activitypub_post_content_type', 'content' ) ) { + return $this->get_the_title(); } return $this->get_the_post_content(); diff --git a/templates/settings.php b/templates/settings.php index 3949e4f..d3d69ea 100644 --- a/templates/settings.php +++ b/templates/settings.php @@ -17,10 +17,10 @@ -

- - -

-

+

+ - +

+

-