Changeset 3422 for trunk/wp-admin/options-misc.php
- Timestamp:
- 01/10/2006 05:16:17 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-misc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-misc.php
r3421 r3422 15 15 <fieldset class="options"> 16 16 <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 <t d>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" /> 21 21 <br /> 22 22 <?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> 25 27 <td> 26 28 <label for="uploads_use_yearmonth_folders"> … … 28 30 <?php _e('Organize my uploads into month- and year-based folders'); ?> 29 31 </label> 30 </td></tr> 32 </td> 33 </tr> 31 34 </table> 32 35 </fieldset>
Note: See TracChangeset
for help on using the changeset viewer.