Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outbox: Make post type non-hierarchical #1227

Merged
merged 2 commits into from
Jan 28, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Default to title and content
It helps when setting the post type to public to debug something
  • Loading branch information
obenland committed Jan 28, 2025
commit e6f9bb2c109bbd03d7bb64a3787dc797dcb8657e
1 change: 0 additions & 1 deletion includes/class-activitypub.php
Original file line number Diff line number Diff line change
@@ -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,
)
);
Loading