Better styling for add user form fields. see #15357

git-svn-id: https://develop.svn.wordpress.org/trunk@16295 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-11-11 14:31:16 +00:00
parent c8d7cc8664
commit bf41cf19fd
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>