Make WordPress Core


Ignore:
Timestamp:
04/17/2009 01:04:00 AM (16 years ago)
Author:
azaozz
Message:

Remove code class from some input fields, add to URL input fields, props johnbillion, fixes #8383

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-general.php

    r10962 r10971  
    7979<tr valign="top">
    8080<th scope="row"><label for="admin_email"><?php _e('E-mail address') ?> </label></th>
    81 <td><input name="admin_email" type="text" id="admin_email" value="<?php form_option('admin_email'); ?>" class="regular-text code" />
     81<td><input name="admin_email" type="text" id="admin_email" value="<?php form_option('admin_email'); ?>" class="regular-text" />
    8282<span class="setting-description"><?php _e('This address is used for admin purposes, like new user notification.') ?></span></td>
    8383</tr>
Note: See TracChangeset for help on using the changeset viewer.