Changeset 1199
- Timestamp:
- 04/28/2004 04:59:54 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r1165 r1199 51 51 } 52 52 $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’t correct.'));59 }60 53 61 54 /* checking the login isn't already used by another user */ … … 305 298 </tr> 306 299 </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') ?> »"> 309 302 </p> 310 303 </form>
Note: See TracChangeset
for help on using the changeset viewer.