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;',
|
'css' => 'width:300px; height: 75px;',
|
||||||
'placeholder' => __( 'N/A', 'woocommerce' ),
|
'placeholder' => __( 'N/A', 'woocommerce' ),
|
||||||
'type' => 'textarea',
|
'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,
|
'autoload' => false,
|
||||||
'desc_tip' => true,
|
'desc_tip' => true,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue