Prevent emojis in plugin titles from appearing before text#8534
Prevent emojis in plugin titles from appearing before text#8534Infinite-Null wants to merge 2 commits intoWordPress:trunkfrom
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 Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
|
Hi @ant1sg, In your case, it seems that the system fonts are being used for rendering emojis. WordPress includes a fallback mechanism where, if the emoji feature detection test fails, emojis are loaded from https://s.w.org/images/core/emoji/15.0.3/svg/. However, since your browser successfully uses system emojis, this fallback behavior isn’t triggered hence, the issue doesn’t occur on your end. |
|
Hello @Infinite-Null yes I just noticed all the comments on Trac, I had not seen them. Sorry about that. I'll try to rerun the test properly |
|
I tried and this patch submitted and it is working perfectly. Thanks. |
|
Closing as merged 60680 |

Trac ticket: #63120
What
When a plugin title contains an emoji (e.g.,
myplugin❤️wordpress), the emoji incorrectly appears before the text on the WordPress plugins admin page, showing as❤️mypluginwordpress.Screenshot:
Before Patch:
wp-admin/plugins.php:After Patch:
wp-admin/plugins.php:Plugin Update Page: