Update help text for shipping wildcards. Update to #18611

This commit is contained in:
Gerhard Potgieter 2018-01-29 17:32:55 +02:00
parent b1b12fc50b
commit 3e14fd41c4
1 changed files with 3 additions and 1 deletions

View File

@ -59,7 +59,9 @@ if ( ! defined( 'ABSPATH' ) ) {
<?php endif; ?>
<div class="wc-shipping-zone-postcodes">
<textarea name="zone_postcodes" data-attribute="zone_postcodes" id="zone_postcodes" placeholder="<?php esc_attr_e( 'List 1 postcode per line', 'woocommerce' ); ?>" class="input-text large-text" cols="25" rows="5"><?php echo esc_textarea( implode( "\n", $postcodes ) ); ?></textarea>
<span class="description"><?php esc_html_e( 'Postcodes containing wildcards (e.g. CB23*) and fully numeric ranges (e.g. <code>90210...99000</code>) are also supported.', 'woocommerce' ) ?></span>
<?php /* translators: WooCommerce link to setting up shipping zones */ ?>
<span class="description"><?php sprintf( _e( 'Postcodes containing wildcards (e.g. CB23*) or fully numeric ranges (e.g. <code>90210...99000</code>) are also supported. Please see the shipping zones <a href="%s" target="_blank">documentation</a>) for more information.', 'woocommerce' ), 'https://docs.woocommerce.com/document/setting-up-shipping-zones/#section-3' ); ?></span><?php // @codingStandardsIgnoreLine. ?>
?>
</div>
</td>
<?php endif; ?>