Plugin: Remove deprecated _wpLoadGutenbergEditor, gutenberg theme supports#14144
Merged
youknowriad merged 2 commits intomasterfrom Mar 4, 2019
Merged
Plugin: Remove deprecated _wpLoadGutenbergEditor, gutenberg theme supports#14144youknowriad merged 2 commits intomasterfrom
_wpLoadGutenbergEditor, gutenberg theme supports#14144youknowriad merged 2 commits intomasterfrom
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Related: #13458, #13547
This pull request seeks to remove two deprecation compatibilities slated for removal in the next release, Gutenberg 5.2 .
gutenbergtheme support option has been removed. Usealign-wideinstead.window._wpLoadGutenbergEditorhas been removed. Usewindow._wpLoadBlockEditorinstead. Note: This is a private API, not intended for public use. It may be removed in the future.Testing Instructions:
Verify there are no regressions or errors logged in the loading of the editor.