Notice text tweak
This commit is contained in:
parent
3802145b96
commit
c407d60d85
|
@ -1090,7 +1090,7 @@ function woocommerce_settings() {
|
|||
</h2>
|
||||
<?php wp_nonce_field( 'woocommerce-settings', '_wpnonce', true, true ); ?>
|
||||
|
||||
<div id="woocommerce_extensions"><?php echo sprintf(__('More functionality and gateway options available via our <a href="%s" target="_blank">official extensions</a>.', 'woocommerce'), 'http://www.woothemes.com/extensions/woocommerce-extensions/'); ?></div>
|
||||
<div id="woocommerce_extensions"><?php echo sprintf(__('More functionality and gateway options available via <a href="%s" target="_blank">WC official extensions</a>.', 'woocommerce'), 'http://www.woothemes.com/extensions/woocommerce-extensions/'); ?></div>
|
||||
|
||||
<?php
|
||||
switch ($current_tab) :
|
||||
|
|
Loading…
Reference in New Issue