Make WordPress Core

Ticket #19374: 19374.diff

File 19374.diff, 765 bytes (added by RyanMurphy, 13 years ago)
  • wp-admin/options-media.php

     
    129129<tr valign="top">
    130130<th scope="row"><label for="upload_url_path"><?php _e('Full URL path to files'); ?></label></th>
    131131<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>
    133133</td>
    134134</tr>