[wp-trac] [WordPress Trac] #18493: HTML E-Mails
WordPress Trac
wp-trac at lists.automattic.com
Thu Jan 26 08:14:45 UTC 2012
#18493: HTML E-Mails
---------------------------+-----------------------------
Reporter: aaroncampbell | Owner: westi
Type: enhancement | Status: reviewing
Priority: normal | Milestone: Future Release
Component: Mail | Version: 3.2
Severity: normal | Resolution:
Keywords: 3.4-early |
---------------------------+-----------------------------
Comment (by rmccue):
Agreed. The only thing I can think of is having the templates looking
something like:
{{{
#!php
<?php
$content = <<<EOL
This is a template.
Here is a $variable
EOL;
$content .= 'Something else';
}}}
But then we end up with magical naming, so I'm not a big fan of that
either. The only other thing I can think of is using a filter for all of
this instead, but that has problems too. I think that's probably the most
WordPress-y way though.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18493#comment:20>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list