summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-options.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-13 13:39:37 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-13 13:39:37 +0000
commita7d4b97d2dabdef6eda3fda35aa41db32eb25123 (patch)
treebbc5c9f5b2276cc287da7ace395e3e3dca6564da /wp-admin/wpmu-options.php
parent4e6e4a474d6762ec142b92320fded31913d10364 (diff)
downloadwordpress-mu-a7d4b97d2dabdef6eda3fda35aa41db32eb25123.tar.gz
wordpress-mu-a7d4b97d2dabdef6eda3fda35aa41db32eb25123.tar.xz
wordpress-mu-a7d4b97d2dabdef6eda3fda35aa41db32eb25123.zip
Fixed registration email option (thanks drmike)
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@746 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wpmu-options.php')
-rw-r--r--wp-admin/wpmu-options.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/wpmu-options.php b/wp-admin/wpmu-options.php
index 8a5bfd3..ee5d8fa 100644
--- a/wp-admin/wpmu-options.php
+++ b/wp-admin/wpmu-options.php
@@ -31,7 +31,7 @@ if (isset($_GET['updated'])) {
<th scope="row"><?php _e('Site Admin Email:') ?></th>
<td><input name="admin_email" type="text" id="admin_email" style="width: 95%" value="<?php echo stripslashes( get_site_option('admin_email') ) ?>" size="45" />
<br />
- <?php _e('Registration and support mails will come from this address. Make it generic like "support@' . echo $current_site->domain . '" or "info@' . echo $current_site->domain . '".') ?></td>
+ <?php printf( __( 'Registration and support mails will come from this address. Make it generic like "support@%s"' ), $current_site->domain ); ?></td>
</tr>
<tr valign="top">
<th scope="row"><?php _e('Welcome Email:') ?></th>