Image block: Rename $p variable to $processor - #72033
Conversation
fabiankaegy
left a comment
There was a problem hiding this comment.
Looks good to me 👍 All instances have been updated
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Flaky tests detected in e656d4c. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/18192410273
|
What?
In the Image block's PHP code, rename the
$pvariable to$processor.Why?
See #71893 (comment):
How?
Simple replace.
Testing Instructions
Should be covered by unit and e2e tests. Some manual smoke testing of the Image block (on the frontend) won't hurt, though.