[wp-trac] [WordPress Trac] #10726: Admin notifications for more than 1 email
WordPress Trac
noreply at wordpress.org
Wed Apr 16 10:16:23 UTC 2014
#10726: Admin notifications for more than 1 email
----------------------------+-----------------------------
Reporter: novasource | Owner:
Type: enhancement | Status: reopened
Priority: normal | Milestone: Future Release
Component: Administration | Version: 2.8.4
Severity: normal | Resolution:
Keywords: | Focuses:
----------------------------+-----------------------------
Comment (by rmccue):
Replying to [comment:15 mordauk]:
> Seems the only thing we'd have to do is modify the way the option is
sanitized so as to not strip out commans when multiple email addresses are
detected.
FWIW, this is pretty easy: `array_filter( explode( ',', $email ),
'is_email' )`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/10726#comment:17>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list