summaryrefslogtreecommitdiffstats
path: root/wp-settings.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-01-14 19:05:09 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-01-14 19:05:09 +0000
commiteeaa9f9ac9cfb3d6bd2d4ce361c407f9c6acb698 (patch)
tree976eafb3f689b0225a11510807492b787701a8e0 /wp-settings.php
parent521aff819ab185143b5d9cb2d3c68d10bba28420 (diff)
downloadwordpress-mu-eeaa9f9ac9cfb3d6bd2d4ce361c407f9c6acb698.tar.gz
wordpress-mu-eeaa9f9ac9cfb3d6bd2d4ce361c407f9c6acb698.tar.xz
wordpress-mu-eeaa9f9ac9cfb3d6bd2d4ce361c407f9c6acb698.zip
Replace wordpress.com with localhost.localdomain example email
Use site admin email on non-activated blogs git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1186 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-settings.php')
-rw-r--r--wp-settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-settings.php b/wp-settings.php
index 292f5d4..f61342f 100644
--- a/wp-settings.php
+++ b/wp-settings.php
@@ -269,7 +269,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:support@{%1$s}">support@{%1$s}</a>.'), $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>.'), get_site_option( 'admin_email', "support@{$current_site->domain}" )));
if( $current_blog->archived == '1' )
graceful_fail(__('This blog has been archived or suspended.'));