Changeset 27029 for trunk/src/wp-admin/options-writing.php
- Timestamp:
- 01/24/2014 07:05:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-writing.php
r26518 r27029 69 69 70 70 <table class="form-table"> 71 <tr valign="top">71 <tr> 72 72 <th scope="row"><?php _e('Formatting') ?></th> 73 73 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Formatting') ?></span></legend> … … 78 78 </fieldset></td> 79 79 </tr> 80 <tr valign="top">80 <tr> 81 81 <th scope="row"><label for="default_category"><?php _e('Default Post Category') ?></label></th> 82 82 <td> … … 90 90 unset( $post_formats['standard'] ); 91 91 ?> 92 <tr valign="top">92 <tr> 93 93 <th scope="row"><label for="default_post_format"><?php _e('Default Post Format') ?></label></th> 94 94 <td> … … 104 104 if ( get_option( 'link_manager_enabled' ) ) : 105 105 ?> 106 <tr valign="top">106 <tr> 107 107 <th scope="row"><label for="default_link_category"><?php _e('Default Link Category') ?></label></th> 108 108 <td> … … 138 138 139 139 <table class="form-table"> 140 <tr valign="top">140 <tr> 141 141 <th scope="row"><label for="mailserver_url"><?php _e('Mail Server') ?></label></th> 142 142 <td><input name="mailserver_url" type="text" id="mailserver_url" value="<?php form_option('mailserver_url'); ?>" class="regular-text code" /> … … 145 145 </td> 146 146 </tr> 147 <tr valign="top">147 <tr> 148 148 <th scope="row"><label for="mailserver_login"><?php _e('Login Name') ?></label></th> 149 149 <td><input name="mailserver_login" type="text" id="mailserver_login" value="<?php form_option('mailserver_login'); ?>" class="regular-text ltr" /></td> 150 150 </tr> 151 <tr valign="top">151 <tr> 152 152 <th scope="row"><label for="mailserver_pass"><?php _e('Password') ?></label></th> 153 153 <td> … … 155 155 </td> 156 156 </tr> 157 <tr valign="top">157 <tr> 158 158 <th scope="row"><label for="default_email_category"><?php _e('Default Mail Category') ?></label></th> 159 159 <td>
Note: See TracChangeset
for help on using the changeset viewer.