Changeset 6841 for trunk/wp-admin/options-misc.php
- Timestamp:
- 02/14/2008 05:19:39 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-misc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-misc.php
r6838 r6841 16 16 <table class="niceblue"> 17 17 <tr valign="top"> 18 <th scope="row"><?php _e('Store uploads in this folder'); ?> :</th>18 <th scope="row"><?php _e('Store uploads in this folder'); ?></th> 19 19 <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" /> 20 20 <br /> … … 24 24 25 25 <tr valign="top"> 26 <th scope="row"><?php _e('Full URL path to files (optional)'); ?> :</th>26 <th scope="row"><?php _e('Full URL path to files (optional)'); ?></th> 27 27 <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" /> 28 28 </td>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)