-
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 code style in Gutenberg_HTML_Tag_Processor_6_5 #57030
Fix code style in Gutenberg_HTML_Tag_Processor_6_5 #57030
Conversation
This pull request has changed or added PHP files. Please confirm whether these changes need to be synced to WordPress Core, and therefore featured in the next release of WordPress. If so, it is recommended to create a new Trac ticket and submit a pull request to the WordPress Core Github repository soon after this pull request is merged. If you're unsure, you can always ask for help in the #core-editor channel in WordPress Slack. Thank you! ❤️ View changed files❔ lib/compat/wordpress-6.5/html-api/class-gutenberg-html-tag-processor-6-5.php |
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.
LGTM 👍 Thanks @anton-vlasenko 🥇
I enabled auto-merge. Once the CI jobs are all green, it'll merge this PR into |
Flaky tests detected in 5268dd3. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7198813621
|
@hellofromtonya might be best not to enable auto-merge, as this PR is good in covering a lint error, but the fix needs to originate in Core and be backported here, ideally. @anton-vlasenko do you plan on pushing the change to Core? please cc me in the Trac ticket/GH PR and I'll review. sadly this adds confusion when we diverge in Gutenberg ahead of the HTML API in Core. |
Yes, I do. Thank you for the ping, @dmsnell. Trac ticket: https://core.trac.wordpress.org/ticket/60078 |
@anton-vlasenko It looks this was already backported prior to the upcoming WP 6.5 Beta 1. Therefore I've adjusted the labels to denote this. Are you happy that the code is in Core and ready for WP 6.5? |
Yes, I'm happy, @getdave. The fewer pending PRs to backport, the better. |
What?
This PR fixes code style in the Gutenberg_HTML_Tag_Processor_6_5 class.
Why?
The class contains excess space characters.
How?
I've removed these excess space characeters.
Testing Instructions
Make sure that CI jobs pass.
Testing Instructions for Keyboard
Screenshots or screencast