diff --git a/includes/shipping/flat-rate/includes/settings-flat-rate.php b/includes/shipping/flat-rate/includes/settings-flat-rate.php index a1140c7f493..9a72e4ddd0d 100644 --- a/includes/shipping/flat-rate/includes/settings-flat-rate.php +++ b/includes/shipping/flat-rate/includes/settings-flat-rate.php @@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) { exit; } -$cost_desc = __( 'Enter a cost (excl. tax) or sum, e.g. 10 * [qty].', 'woocommerce' ) . '
' . __( 'Supports the following placeholders: [qty] = number of items, [cost] = cost of items, [fee percent="10" min="20"] = Percentage based fee.', 'woocommerce' ); +$cost_desc = __( 'Enter a cost (excl. tax) or sum, e.g. 10 * [qty].', 'woocommerce' ) . '
' . __( 'Supports the following placeholders: [qty] = number of items, [cost] = cost of items, [fee percent="10" min_fee="20"] = Percentage based fee.', 'woocommerce' ); /** * Settings for flat rate shipping