#36122 closed defect (bug) (fixed)
Emoji not accepted for blog title and subtitle
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Emoji | Keywords: | |
Focuses: | administration | Cc: |
Description
Emoji inserted in blog title or subtitle will be stripped out.
Attachments (1)
Change History (8)
#3
follow-up:
↓ 4
@
9 years ago
- Version changed from 4.4.2 to 4.2
Is there anywhere we use blogname
or blogdescription
that wouldn't like it if emoji were HTML encoded? If not, we could tweak sanitize_option()
to do that.
Note: See
TracTickets for help on using
tickets.
This is working for me with utf8mb4.
@marco.marsala Can you let us know what database charset you're using is? You'd need to look at the
wp_options
table directly. It'll probably beutf8
orutf8mb4
.