Skip to content

Commit

Permalink
Default to title and content
Browse files Browse the repository at this point in the history
It helps when setting the post type to public to debug something
  • Loading branch information
obenland committed Jan 28, 2025
1 parent 8a7d557 commit e6f9bb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/class-activitypub.php
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ private static function register_post_types() {
'query_var' => false,
'delete_with_user' => true,
'can_export' => true,
'supports' => false,
'exclude_from_search' => true,
)
);
Expand Down

0 comments on commit e6f9bb2

Please sign in to comment.