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-writing.php

    r10150 r10971  
    8585<tr valign="top">
    8686<th scope="row"><label for="mailserver_url"><?php _e('Mail Server') ?></label></th>
    87 <td><input name="mailserver_url" type="text" id="mailserver_url" value="<?php form_option('mailserver_url'); ?>" class="regular-text" />
     87<td><input name="mailserver_url" type="text" id="mailserver_url" value="<?php form_option('mailserver_url'); ?>" class="regular-text code" />
    8888<label for="mailserver_port"><?php _e('Port') ?></label>
    8989<input name="mailserver_port" type="text" id="mailserver_port" value="<?php form_option('mailserver_port'); ?>" class="small-text" />
     
    117117<p><label for="ping_sites"><?php _e('When you publish a new post, WordPress automatically notifies the following site update services. For more about this, see <a href="http://codex.wordpress.org/Update_Services">Update Services</a> on the Codex. Separate multiple service <abbr title="Universal Resource Locator">URL</abbr>s with line breaks.') ?></label></p>
    118118
    119 <textarea name="ping_sites" id="ping_sites" class="large-text" rows="3"><?php form_option('ping_sites'); ?></textarea>
     119<textarea name="ping_sites" id="ping_sites" class="large-text code" rows="3"><?php form_option('ping_sites'); ?></textarea>
    120120
    121121<?php else : ?>
Note: See TracChangeset for help on using the changeset viewer.