fix additional URLs

This commit is contained in:
Leon 2017-03-16 21:41:25 +13:00
parent b3402c08cf
commit 764f12323d
3 changed files with 48 additions and 24 deletions

View file

@ -213,7 +213,11 @@ jQuery(document).ready(function($){
<p>
<strong><label for="additionalUrls"><?= __('Additional Urls', 'static-html-output-plugin');?></label></strong>
<p>
<i>For a few themes, certain files may not be detected as part of the export process. Enter any such files here, one per line. </i>
<i>For a few themes, certain files may not be detected as part of the export process. Enter any such files here, one per line.
Enter them as the full URL, including your WordPress site url, ie:</i>
<pre>http://localhost/wp-content/themes/twentyseventeen/banana.jpg
http://172.17.0.3/my_pricelist.pdf</pre>
</p>
<textarea class="widefat" name="additionalUrls" id="additionalUrls" rows="5" cols="10"><?php echo esc_html($this->additionalUrls) ?></textarea>
</p>