Changeset 10971 for trunk/wp-admin/options-writing.php
- Timestamp:
- 04/17/2009 01:04:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r10150 r10971 85 85 <tr valign="top"> 86 86 <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" /> 88 88 <label for="mailserver_port"><?php _e('Port') ?></label> 89 89 <input name="mailserver_port" type="text" id="mailserver_port" value="<?php form_option('mailserver_port'); ?>" class="small-text" /> … … 117 117 <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> 118 118 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> 120 120 121 121 <?php else : ?>
Note: See TracChangeset
for help on using the changeset viewer.