[wpmu-trac] [WordPress MU Trac] #671: Hide email address
WordPress MU Trac
wpmu-trac at lists.automattic.com
Fri Jul 4 13:53:54 GMT 2008
#671: Hide email address
------------------------+---------------------------------------------------
Reporter: drmiketemp | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: WPMU 2.0
Component: component1 | Version: 2.0
Severity: normal | Keywords:
------------------------+---------------------------------------------------
I'm sitting here looking at this bit of code within wp-settings.php:
if ( '2' == $current_blog->deleted )
graceful_fail(sprintf(__('This blog has not been activated
yet. If you are having problems activating your blog, please contact <a
href="mailto:%1$s">%1$s</a>.'), get_site_option( 'admin_email',
"support@{$current_site->domain}" )));
I'm concerned with having an email address out there and having it
scrapped by spammers. Could this please be wrapped within the antispambot
function?
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/671>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list