summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-users.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-22 17:46:24 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-22 17:46:24 +0000
commite22b42332591c5c845c5dd513afe4ff9a9b7a565 (patch)
tree30b97d9a27c0a101254270a2d801c3b67ef100c9 /wp-admin/wpmu-users.php
parent7aa77bc788c0ab60b9bb59de5f6b9dca3722c9cc (diff)
downloadwordpress-mu-e22b42332591c5c845c5dd513afe4ff9a9b7a565.tar.gz
wordpress-mu-e22b42332591c5c845c5dd513afe4ff9a9b7a565.tar.xz
wordpress-mu-e22b42332591c5c845c5dd513afe4ff9a9b7a565.zip
Cleanup user and blog add code. props ktlee, fixes #462
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1122 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wpmu-users.php')
-rw-r--r--wp-admin/wpmu-users.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-admin/wpmu-users.php b/wp-admin/wpmu-users.php
index fa31940..96c016c 100644
--- a/wp-admin/wpmu-users.php
+++ b/wp-admin/wpmu-users.php
@@ -278,6 +278,7 @@ if ( $_GET['updated'] == 'true' ) {
<th style="text-align:center;" scope='row'><?php _e('Email') ?></th>
<td><input type="text" name="user[email]" /></td>
</tr>
+ <tr><td colspan='2'><?php _e('Username and password will be mailed to the above email address.') ?></td></tr>
</table>
<p>
<?php wp_nonce_field('add-user') ?>