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:
parent
59f55bea72
commit
c6f528dd0e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue