summaryrefslogtreecommitdiffstats
path: root/wp-inst
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-19 17:49:24 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-19 17:49:24 +0000
commite1e3d8c375e1c6bc568228bc4003a7b61ca120b6 (patch)
treea7bd96d80bbb958e7070988718aaee3efce5736e /wp-inst
parent2ed73d3e6ab52f7bf1c1c11025006d5fbcfce8bb (diff)
downloadwordpress-mu-e1e3d8c375e1c6bc568228bc4003a7b61ca120b6.tar.gz
wordpress-mu-e1e3d8c375e1c6bc568228bc4003a7b61ca120b6.tar.xz
wordpress-mu-e1e3d8c375e1c6bc568228bc4003a7b61ca120b6.zip
What's this wordpress.com stuff then?
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@577 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst')
-rw-r--r--wp-inst/wp-settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-settings.php b/wp-inst/wp-settings.php
index 2f821fb..420adcd 100644
--- a/wp-inst/wp-settings.php
+++ b/wp-inst/wp-settings.php
@@ -200,7 +200,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("This blog has not been activated yet. If you are having problems activating your blog, please contact <a href='mailto:support@wordpress.com'>support@wordpress.com</a>.");
+ graceful_fail("This blog has not been activated yet. If you are having problems activating your blog, please contact <a href='mailto:support@{$current_site->domain}'>support@{$current_site->domain}</a>.");
if( $current_blog->archived == '1' )
graceful_fail( 'This blog has been archived or suspended.' );