-
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 issue of HTML entities rendering in command menu #62606
Conversation
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. |
Size Change: +25 B (0%) Total Size: 1.76 MB
ℹ️ View Unchanged
|
Flaky tests detected in 11ce7d4. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/9692083633
|
…tenberg into fix/issue-62603
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 PR. I left a small comment.
Should this be backported to 6.6? |
@youknowriad Should we go ahead and merge it? |
@amitraj2203 yes, you have the rights to merge no? I see that some tests didn't run, maybe you need to rebase the PR first. |
I rebased it. Don't know why PHP unit tests are failing since this PR didn't touched any PHP |
I'm trying to restart one last time but yeah it looks independent to this PR, maybe network related or something in the different docker repositories we use. (docker, linux...) |
Just a small reminder for the next time you merge PRs to include the props in the commit message #62606 (comment) |
Sure 😄 |
What?
Fixes: #62603
Why?
When searching for commands containing apostrophes or similar characters, the search results display HTML entities instead of the proper characters. For example,
Test’s &
is shown asTest ’s &
.Screenshots or screencast
Before:
After: