-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix the upgrader_process_complete
hook for wp_theme_has_theme_json
#45881
Merged
Conversation
This file contains 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
Open in CodeSandbox Web Editor | VS Code | VS Code Insiders |
oandregal
changed the title
Tell the hook how many parameters there are
Fix the Nov 18, 2022
upgrader_process_complete
hook for wp_theme_has_theme_json
oandregal
requested review from
fullofcaffeine,
geriux,
fluiddot,
mcsf and
mmtr
November 18, 2022 09:43
mmtr
reviewed
Nov 18, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the speedy fix!
mmtr
approved these changes
Nov 18, 2022
spacedmonkey
approved these changes
Nov 18, 2022
We may want to create a 14.5.4 release with this fix. I'm unavailable to do it now, pinged folks privately to check availability. I'd appreciate if anyone else can help with this. |
fullofcaffeine
pushed a commit
that referenced
this pull request
Nov 18, 2022
fullofcaffeine
pushed a commit
that referenced
this pull request
Nov 25, 2022
85 tasks
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.
Follow-up to #45543
What
This properly sets up the hook
upgrader_process_complete
, given it all the info it needs about.Why
Without this, the upgrade process (translations, plugins, themes, core) will report a fatal in the logs (although it will proceed and complete).
How
Telling the hook the callback will receive two parameters (note the last parameter, it'll be 1 by default):
Test instructions
Verify the bug exists:
trunk
):git checkout -b 14.5.3 14.5.3
.create-block-theme
and the wp-cli:wp plugin update create-block-theme --version=1.3.7
. See how to use the wp-cli with the bundled wp-env.Verify this PR fixes it: