[wp-meta] [Making WordPress.org] #8231: Plugin submission email subject lines display HTML entities instead of plain text characters (e.g., "A & B" instead of "A & B")
Making WordPress.org
noreply at wordpress.org
Tue Apr 14 11:55:17 UTC 2026
#8231: Plugin submission email subject lines display HTML entities instead of
plain text characters (e.g., "A & B" instead of "A & B")
------------------------------+------------------------------
Reporter: nimeshatxecurify | Owner: nimeshatxecurify
Type: defect (bug) | Status: assigned
Priority: normal | Milestone:
Component: Plugin Directory | Keywords: needs-patch
------------------------------+------------------------------
In the Plugin_Submission class, the subject() method inserts
`$this->plugin->post_title` directly into a translatable string via
`sprintf()`. The `post_title` is stored in the database with HTML entities
(e.g., & instead of &), which are appropriate for HTML content but not
for email subject lines.
Current behavior: When a plugin is submitted with an ampersand in its name
(e.g., "A & B"), the email subject line displays as:
`Successful Plugin Submission - A & B`
Expected behavior: The email subject line should display as:
`Successful Plugin Submission - A & B`
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/8231>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list