summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wp-settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-settings.php b/wp-settings.php
index b55f585..834f26e 100644
--- a/wp-settings.php
+++ b/wp-settings.php
@@ -330,7 +330,7 @@ if ( '1' == $current_blog->deleted )
graceful_fail(__('This user has elected to delete their account and the content is no longer available.'));
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}" )));
+ 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>.' ), str_replace( '@', ' AT ', get_site_option( 'admin_email', "support@{$current_site->domain}" ) ) ) );
if( $current_blog->archived == '1' )
graceful_fail(__('This blog has been archived or suspended.'));