Make WordPress Core


Ignore:
Timestamp:
01/10/2006 05:16:17 AM (20 years ago)
Author:
matt
Message:

HTML and JS cleanup

File:
1 edited

Legend:

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

    r3421 r3422  
    1515<fieldset class="options">
    1616<legend><?php _e('Uploading'); ?></legend>
    17 <table width="100%" cellspacing="2" cellpadding="5" class="editform">
    18 <tr valign="top"><th scope="row"><?php _e('Store uploads in this folder'); ?>:</th>
    19 <td>
    20 <input name="fileupload_realpath" type="text" id="fileupload_realpath" class="code" value="<?php echo str_replace(ABSPATH, '', get_settings('fileupload_realpath')); ?>" size="40" />
     17<table class="editform optiontable">
     18<tr valign="top">
     19<th scope="row"><?php _e('Store uploads in this folder'); ?>:</th>
     20<td><input name="fileupload_realpath" type="text" id="fileupload_realpath" class="code" value="<?php echo str_replace(ABSPATH, '', get_settings('fileupload_realpath')); ?>" size="40" />
    2121<br />
    2222<?php _e('Default is <code>wp-content/uploads</code>'); ?>
    23 </td></tr>
    24 <tr valign="top"><th scope="row" width="33%"> </th>
     23</td>
     24</tr>
     25<tr>
     26<td></td>
    2527<td>
    2628<label for="uploads_use_yearmonth_folders">
     
    2830<?php _e('Organize my uploads into month- and year-based folders'); ?>
    2931</label>
    30 </td></tr>
     32</td>
     33</tr>
    3134</table>
    3235</fieldset>
Note: See TracChangeset for help on using the changeset viewer.