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