Ticket #19374: 19374.diff
File 19374.diff, 765 bytes (added by , 13 years ago) |
---|
-
wp-admin/options-media.php
129 129 <tr valign="top"> 130 130 <th scope="row"><label for="upload_url_path"><?php _e('Full URL path to files'); ?></label></th> 131 131 <td><input name="upload_url_path" type="text" id="upload_url_path" value="<?php echo esc_attr( get_option('upload_url_path')); ?>" class="regular-text code" /> 132 <span class="description"><?php _e(' Configuring this is optional. By default, it should be blank.'); ?></span>132 <span class="description"><?php _e('Optional, unless using an absolute path above. By default, it should be blank.'); ?></span> 133 133 </td> 134 134 </tr>