summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-blogs.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-blogs.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-blogs.php')
-rw-r--r--wp-admin/wpmu-blogs.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-admin/wpmu-blogs.php b/wp-admin/wpmu-blogs.php
index 04b7511..cdad29a 100644
--- a/wp-admin/wpmu-blogs.php
+++ b/wp-admin/wpmu-blogs.php
@@ -631,6 +631,7 @@ switch( $_GET['action'] ) {
<tr><th style="text-align:center;" scope='row'><?php _e('Blog Title') ?></th><td><input name="blog[title]" type="text" size="20" title="<?php _e('Title') ?>"/></td></tr>
<tr><th style="text-align:center;" scope='row'><?php _e('Admin Email') ?></th><td><input name="blog[email]" type="text" size="20" title="<?php _e('Email') ?>"/></td></tr>
<tr><td colspan='2'><?php _e('A new user will be created if the above email address is not in the database.') ?></td></tr>
+ <tr><td colspan='2'><?php _e('The username and password will be mailed to this email address.') ?></td></tr>
</table>
<input class="button" type="submit" name="go" value="<?php _e('Add Blog') ?>" />
</form>