-
Notifications
You must be signed in to change notification settings - Fork 85
Consolidate custom post type and meta registrations into Post_Types class #2215
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
72167b4
Consolidate custom post type and meta registrations into Post_Types c…
obenland 6088b0a
Remove extra blank line in Activitypub class
obenland 710e0c3
Fix regex pattern in coverage warning detection for escaped backslashes
obenland 81fc691
Simplify warning detection to just look for WARNINGS! marker
obenland bd3bf56
Fix invalid @covers annotations in tests
obenland 0d4b8ad
Deduplicate coverage warning annotations for dataProvider tests
obenland 911afe3
Move post meta logic to Post_Types and add tests
obenland 1cd303f
Refactor Post_Types meta registration to use helper methods
obenland fe8f7b7
Update sanitize_callback to use sanitize_text_field
obenland d7ef4d5
Revert phpunit.yml changes to match trunk
obenland 1d85a3b
Merge branch 'trunk' into consolidate-post-type-registrations
obenland 36ec110
Revert "Refactor Post_Types meta registration to use helper methods"
obenland 065e47e
Use same activitypub_content_visibility args everywhere
obenland 2f05e62
Merge branch 'consolidate-post-type-registrations' of https://github.…
obenland 8ad9410
Move post meta filters to Post_Types class
obenland fefb757
Move register_ap_actor_rest_field to Post_Types class
obenland 28e0c4a
Move ActivityPub post type and extra fields hooks
obenland File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.