Make WordPress Core


Ignore:
Timestamp:
03/15/2012 06:09:14 PM (13 years ago)
Author:
nacin
Message:

Revert type="email" (HTML5) as some browsers that do validation on these fields do not work for IDN domains yet. Core does not support these well either, but server-side validation can at least be dealt with by a plugin. see #17863.

File:
1 edited

Legend:

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

    r20168 r20196  
    301301        <tr>
    302302            <th scope="row"><?php _e( 'Email' ) ?></th>
    303             <td><input type="email" class="regular-text" name="user[email]" /></td>
     303            <td><input type="text" class="regular-text" name="user[email]" /></td>
    304304        </tr>
    305305        <tr>
Note: See TracChangeset for help on using the changeset viewer.