summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-28 15:33:00 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-28 15:33:00 +0000
commit6c20c5ce92d12f5a54b61130132f927ab0575de7 (patch)
tree3082208214c62ee1b30d61a1813b2b02d70badfb
parent5f377b238dee9d239cc3acc9ff1c10fb5e4eb3bc (diff)
downloadwordpress-mu-6c20c5ce92d12f5a54b61130132f927ab0575de7.tar.gz
wordpress-mu-6c20c5ce92d12f5a54b61130132f927ab0575de7.tar.xz
wordpress-mu-6c20c5ce92d12f5a54b61130132f927ab0575de7.zip
Remove superfluous text.
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1403 7be80a69-a1ef-0310-a953-fb0f7c49ff36
-rw-r--r--wp-admin/wpmu-options.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/wp-admin/wpmu-options.php b/wp-admin/wpmu-options.php
index 720c100..a888ff2 100644
--- a/wp-admin/wpmu-options.php
+++ b/wp-admin/wpmu-options.php
@@ -49,9 +49,9 @@ if (isset($_GET['updated'])) {
?>
<td>
<label><input name="registration" type="radio" id="registration1" value='none' <?php echo get_site_option('registration') == 'none' ? 'checked="checked"' : ''; ?> /> <?php _e('Disabled'); ?></label><br />
- <label><input name="registration" type="radio" id="registration2" value='all' <?php echo get_site_option('registration') == 'all' ? 'checked="checked"' : ''; ?> /> <?php _e('Enabled for all. Blogs and user accounts can be created.'); ?></label><br />
- <label><input name="registration" type="radio" id="registration3" value='user' <?php echo get_site_option('registration') == 'user' ? 'checked="checked"' : ''; ?> /> <?php _e('Enabled for users only. Only user account can be created.'); ?></label><br />
- <label><input name="registration" type="radio" id="registration4" value='blog' <?php echo get_site_option('registration') == 'blog' ? 'checked="checked"' : ''; ?> /> <?php _e('Enabled for blogs only. Only logged in users can create new blogs.'); ?></label><br />
+ <label><input name="registration" type="radio" id="registration2" value='all' <?php echo get_site_option('registration') == 'all' ? 'checked="checked"' : ''; ?> /> <?php _e('Enabled. Blogs and user accounts can be created.'); ?></label><br />
+ <label><input name="registration" type="radio" id="registration3" value='user' <?php echo get_site_option('registration') == 'user' ? 'checked="checked"' : ''; ?> /> <?php _e('Only user account can be created.'); ?></label><br />
+ <label><input name="registration" type="radio" id="registration4" value='blog' <?php echo get_site_option('registration') == 'blog' ? 'checked="checked"' : ''; ?> /> <?php _e('Only logged in users can create new blogs.'); ?></label><br />
<?php _e('Disable or enable registration and who or what can be registered. (Default=all)') ?>
</td>
</tr>