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

WordPress Trac noreply at wordpress.org
Tue Mar 18 13:39:14 UTC 2025


#63120: Emojis in plugin title renders in front of text characters
--------------------------+-----------------------------
 Reporter:  slimndap      |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Plugins       |    Version:  6.7.2
 Severity:  minor         |   Keywords:
  Focuses:  ui, css       |
--------------------------+-----------------------------
 If the plugin title contains an emoji, eg. `myplugin❤️wordpress`, the
 plugin name looks like this on the WordPress plugins admin page:
 `❤️mypluginwordpress`.

 This is caused by the following CSS:

 {{{#!css
 .plugins .plugin-title .dashicons, .plugins .plugin-title img {
     float: left;
 }
 }}}

 To reproduce:

 1. Create `myplugin❤️wordpress.php` in the plugins folder.
 1. Add the following header:
   {{{#!php
     <?php
     /**
      * Plugin Name: myplugin❤️wordpress
      */
   }}}
 1. Go to wp-admin/plugins.php

 The plugin name is presented as `❤️mypluginwordpress`.

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


More information about the wp-trac mailing list