summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-options.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-12 14:47:22 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-12 14:47:22 +0000
commitf6a528fcff7ee7687fcbe7876f140d46648fbb41 (patch)
treeeb46e01c2dde2d7e9e92dcb56d3381493620b080 /wp-admin/wpmu-options.php
parent35ea9bb38befa461eaa4906f04f6d816eb221440 (diff)
downloadwordpress-mu-f6a528fcff7ee7687fcbe7876f140d46648fbb41.tar.gz
wordpress-mu-f6a528fcff7ee7687fcbe7876f140d46648fbb41.tar.xz
wordpress-mu-f6a528fcff7ee7687fcbe7876f140d46648fbb41.zip
Site admin list should be space separated (fixed #117)
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@741 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 676667d..76827de 100644
--- a/wp-admin/wpmu-options.php
+++ b/wp-admin/wpmu-options.php
@@ -78,7 +78,7 @@ if (isset($_GET['updated'])) {
<th scope="row"><?php _e('Site Admins:') ?></th>
<td><input name="site_admins" type="text" id="site_admins" style="width: 95%" value="<?php echo implode( " ", get_site_option( 'site_admins', array( 'admin' ) ) ) ?>" size="45" />
<br />
- <?php _e('These users may login to the main blog and administer the site.') ?></td>
+ <?php _e('These users may login to the main blog and administer the site. Space separated list of usernames.') ?></td>
</tr>
</table>
</fieldset>