Conversation
42f0d2a to
5847dd6
Compare
5847dd6 to
2e1aefe
Compare
|
Size Change: 0 B Total Size: 6.87 MB ℹ️ View Unchanged
|
|
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 2e1aefe. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/22619205337
|
|
@im3dabasia Thanks for the review! |
|
There was a conflict while trying to cherry-pick the commit to the wp/7.0 branch. Please resolve the conflict manually and create a PR to the wp/7.0 branch. PRs to wp/7.0 are similar to PRs to trunk, but you should base your PR on the wp/7.0 branch instead of trunk. |
|
PR to backport this PR to 7.0: #76165 |


Found while working on #76034
What?
This PR fixes the following two issues:
formatLtrtoformatLTR.ResizeCornerREicon slug and filename.Why?
If an icon name includes an acronym such as "LTR," "RTL," or "NE," it will be formatted according to the following rules:
LTR,RTL,NE)ltr,rtl,ne)This issue may be trivial, but not fixing it will cause problems when deriving the slug from the icon export name, as attempted in #76046.
Testing Instructions
All CL checks should be ✅