Update footer text to show on new line
This commit is contained in:
parent
866aab0ead
commit
e2a83bb4e7
|
@ -133,7 +133,7 @@ class WC_Settings_Emails extends WC_Settings_Page {
|
|||
'css' => 'width:300px; height: 75px;',
|
||||
'placeholder' => __( 'N/A', 'woocommerce' ),
|
||||
'type' => 'textarea',
|
||||
'default' => '{site_title} - Powered by <a href="https://woocommerce.com/">WooCommerce</a>',
|
||||
'default' => '{site_title}<br/>Powered by <a href="https://woocommerce.com/">WooCommerce</a>',
|
||||
'autoload' => false,
|
||||
'desc_tip' => true,
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue