Ticket #9135: 9135.diff
| File 9135.diff, 750 bytes (added by , 17 years ago) |
|---|
-
wp-admin/options-misc.php
35 35 <tr valign="top"> 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> 41 41