[wp-trac] [WordPress Trac] #13488: html entities in pluggable text/plain mail notifications
WordPress Trac
wp-trac at lists.automattic.com
Fri May 21 22:44:53 UTC 2010
#13488: html entities in pluggable text/plain mail notifications
--------------------------+-------------------------------------------------
Reporter: arena | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Mail | Version: 3.0
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
Reminder : in wp_mail
* The default content type is 'text/plain' which does not allow using
HTML.
in 2.9 we had
{{{
$notify_message = sprintf( __('New comment on your post #%1$s "%2$s"'),
$comment->comment_post_ID, $post->post_title ) . "\r\n";
}}}
in 3.0 we have
{{{
$notify_message = sprintf( __( 'New comment on your post
“%s”' ), $post->post_title ) . "\r\n";
}}}
All mails needs a review !
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13488>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list