Changeset 12405 for trunk/wp-admin/options-misc.php
- Timestamp:
- 12/15/2009 05:53:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-misc.php
r11781 r12405 31 31 <tr valign="top"> 32 32 <th scope="row"><label for="upload_path"><?php _e('Store uploads in this folder'); ?></label></th> 33 <td><input name="upload_path" type="text" id="upload_path" value="<?php echo esc_attr( str_replace(ABSPATH, '', get_option('upload_path'))); ?>" class="regular-text code" />33 <td><input name="upload_path" type="text" id="upload_path" value="<?php echo esc_attr(get_option('upload_path')); ?>" class="regular-text code" /> 34 34 <span class="description"><?php _e('Default is <code>wp-content/uploads</code>'); ?></span> 35 35 </td>
Note: See TracChangeset
for help on using the changeset viewer.