Better styling for add user form fields. see #15357

git-svn-id: http://svn.automattic.com/wordpress/trunk@16295 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-11-11 14:31:16 +00:00
parent 59f55bea72
commit c6f528dd0e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ if ( ! empty( $messages ) ) {
foreach ( $messages as $msg )
echo '<div id="message" class="updated"><p>' . $msg . '</p></div>';
} ?>
<form action="<?php echo network_admin_url('user-new.php?action=add-user'); ?>" method="post">
<form action="<?php echo network_admin_url('user-new.php?action=add-user'); ?>" id="adduser" method="post">
<table class="form-table">
<tr class="form-field form-required">
<th scope="row"><?php _e( 'Username' ) ?></th>