Changeset 11133 for trunk/wp-admin/options-misc.php
- Timestamp:
- 04/30/2009 02:33:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-misc.php
r11110 r11133 29 29 <th scope="row"><label for="upload_path"><?php _e('Store uploads in this folder'); ?></label></th> 30 30 <td><input name="upload_path" type="text" id="upload_path" value="<?php echo attr(str_replace(ABSPATH, '', get_option('upload_path'))); ?>" class="regular-text code" /> 31 <span class=" setting-description"><?php _e('Default is <code>wp-content/uploads</code>'); ?></span>31 <span class="description"><?php _e('Default is <code>wp-content/uploads</code>'); ?></span> 32 32 </td> 33 33 </tr> … … 36 36 <th scope="row"><label for="upload_url_path"><?php _e('Full URL path to files'); ?></label></th> 37 37 <td><input name="upload_url_path" type="text" id="upload_url_path" value="<?php echo attr( get_option('upload_url_path')); ?>" class="regular-text code" /> 38 <span class=" setting-description"><?php _e('Configuring this is optional. By default, it should be blank.'); ?></span>38 <span class="description"><?php _e('Configuring this is optional. By default, it should be blank.'); ?></span> 39 39 </td> 40 40 </tr>
Note: See TracChangeset
for help on using the changeset viewer.