Changeset 4656 for trunk/wp-admin/options-misc.php
- Timestamp:
- 12/21/2006 10:10:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-misc.php
r4495 r4656 19 19 <tr valign="top"> 20 20 <th scope="row"><?php _e('Store uploads in this folder'); ?>:</th> 21 <td><input name="upload_path" type="text" id="upload_path" class="code" value="<?php echo wp_specialchars(str_replace(ABSPATH, '', get_option('upload_path')), 1); ?>" size="40" />21 <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" /> 22 22 <br /> 23 23 <?php _e('Default is <code>wp-content/uploads</code>'); ?>
Note: See TracChangeset
for help on using the changeset viewer.