Changeset 11046 for trunk/wp-admin/options-misc.php
- Timestamp:
- 04/22/2009 06:50:03 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-misc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-misc.php
r10964 r11046 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 attribute_escape( 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="setting-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.