Ticket #671 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Hide email address

Reported by: drmiketemp Assigned to: donncha
Priority: normal Milestone: WPMU 2.0
Component: component1 Version: 2.0
Severity: normal Keywords:
Cc:

Description

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?

Change History

07/04/08 14:04:41 changed by donncha

  • owner changed from somebody to donncha.
  • status changed from new to assigned.

Sure, I searched for a string from that text and came up with very few hits surprisingly enough!

07/04/08 14:53:37 changed by donncha

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in [1349], I replaced @ with " AT "