equal
deleted
inserted
replaced
120 echo "<p>$message</p>"; |
120 echo "<p>$message</p>"; |
121 } |
121 } |
122 ?> |
122 ?> |
123 </div> |
123 </div> |
124 <?php } ?> |
124 <?php } ?> |
125 <form action="<?php echo network_admin_url( 'user-new.php?action=add-user' ); ?>" id="adduser" method="post" novalidate="novalidate"> |
125 <form action="<?php echo esc_url( network_admin_url( 'user-new.php?action=add-user' ) ); ?>" id="adduser" method="post" novalidate="novalidate"> |
126 <table class="form-table" role="presentation"> |
126 <table class="form-table" role="presentation"> |
127 <tr class="form-field form-required"> |
127 <tr class="form-field form-required"> |
128 <th scope="row"><label for="username"><?php _e( 'Username' ); ?></label></th> |
128 <th scope="row"><label for="username"><?php _e( 'Username' ); ?></label></th> |
129 <td><input type="text" class="regular-text" name="user[username]" id="username" autocapitalize="none" autocorrect="off" maxlength="60" /></td> |
129 <td><input type="text" class="regular-text" name="user[username]" id="username" autocapitalize="none" autocorrect="off" maxlength="60" /></td> |
130 </tr> |
130 </tr> |
131 <tr class="form-field form-required"> |
131 <tr class="form-field form-required"> |
132 <th scope="row"><label for="email"><?php _e( 'Email' ); ?></label></th> |
132 <th scope="row"><label for="email"><?php _e( 'Email' ); ?></label></th> |
133 <td><input type="email" class="regular-text" name="user[email]" id="email"/></td> |
133 <td><input type="email" class="regular-text" name="user[email]" id="email" /></td> |
134 </tr> |
134 </tr> |
135 <tr class="form-field"> |
135 <tr class="form-field"> |
136 <td colspan="2" class="td-full"><?php _e( 'A password reset link will be sent to the user via email.' ); ?></td> |
136 <td colspan="2" class="td-full"><?php _e( 'A password reset link will be sent to the user via email.' ); ?></td> |
137 </tr> |
137 </tr> |
138 </table> |
138 </table> |