[wp-trac] [WordPress Trac] #63120: Emojis in plugin titles render in front of text characters

WordPress Trac noreply at wordpress.org
Tue Mar 18 15:04:00 UTC 2025


#63120: Emojis in plugin titles render in front of text characters
----------------------------------------+----------------------
 Reporter:  slimndap                    |       Owner:  (none)
     Type:  defect (bug)                |      Status:  new
 Priority:  normal                      |   Milestone:  6.9
Component:  Plugins                     |     Version:
 Severity:  minor                       |  Resolution:
 Keywords:  needs-patch good-first-bug  |     Focuses:  ui, css
----------------------------------------+----------------------

Comment (by slimndap):

 I am not sure how emojis inside WordPress work, but the HTML markup
 appears to be manipulated by javascript, after rendering the page. All
 emojis are replaced by an image:

 {{{#!html
 <strong>myplugin<img draggable="false" role="img" class="emoji" alt="❤️"
 src="https://s.w.org/images/core/emoji/15.0.3/svg/2764.svg">wordpress</strong>
 }}}

 I don't see this in your screenshot, where it looks like the system emoji
 is still used.

 I am on Chrome 134 on MacOS.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63120#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list