summaryrefslogtreecommitdiffstats
path: root/wp-admin
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-20 10:54:54 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-20 10:54:54 +0000
commit0afb9ed1b750e6adef8b5b6983464cd254e9bae8 (patch)
tree4979533390da22fd427d32e6e215170bcdb4b238 /wp-admin
parent62f666e208c85d2f38e485d0afea0199b52bb2c4 (diff)
downloadwordpress-mu-0afb9ed1b750e6adef8b5b6983464cd254e9bae8.tar.gz
wordpress-mu-0afb9ed1b750e6adef8b5b6983464cd254e9bae8.tar.xz
wordpress-mu-0afb9ed1b750e6adef8b5b6983464cd254e9bae8.zip
Remove space from <?php (#92)
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@695 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin')
-rw-r--r--wp-admin/wpmu-blogs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/wpmu-blogs.php b/wp-admin/wpmu-blogs.php
index da69f12..2052d21 100644
--- a/wp-admin/wpmu-blogs.php
+++ b/wp-admin/wpmu-blogs.php
@@ -201,7 +201,7 @@ switch( $_GET[ 'action' ] ) {
<?php autocomplete_css(); ?>
<p><?php _e('As you type WordPress will offer you a choice of usernames.<br /> Click them to select and hit <em>Update Options</em> to add the user.') ?></p>
<table>
-<tr><th scope="row"><? php _e('User&nbsp;Login:') ?> </th><td><input type="text" name="newuser" id="newuser"></td></tr>
+<tr><th scope="row"><?php _e('User&nbsp;Login:') ?> </th><td><input type="text" name="newuser" id="newuser"></td></tr>
<tr><td></td><td><div id="searchresults" class="autocomplete"></div></td> </tr>
<tr>
<th scope="row"><?php _e('Role:') ?></th>