Make WordPress Core


Ignore:
Timestamp:
04/28/2004 04:59:54 AM (22 years ago)
Author:
saxmatt
Message:

Not check email on admin creation of users.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/users.php

    r1165 r1199  
    5151        }
    5252        $user_nickname = $user_login;
    53 
    54         /* checking e-mail address */
    55         if ($user_email == '') {
    56                 die (__('<strong>ERROR</strong>: Please type your e-mail address.'));
    57         } else if (!is_email($user_email)) {
    58                 die (__('<strong>ERROR</strong>: The email address isn&#8217;t correct.'));
    59         }
    6053
    6154        /* checking the login isn't already used by another user */
     
    305298    </tr>
    306299  </table>
    307   <p>
    308     <input name="adduser" type="submit" id="adduser" value="<?php _e('Add User') ?>">
     300  <p class="submit">
     301    <input name="adduser" type="submit" id="adduser" value="<?php _e('Add User') ?> &raquo;">
    309302  </p>
    310303  </form>
Note: See TracChangeset for help on using the changeset viewer.