Update footer text to show on new line

This commit is contained in:
Gerhard Potgieter 2018-09-07 08:31:27 +02:00
parent 866aab0ead
commit e2a83bb4e7
1 changed files with 1 additions and 1 deletions

View File

@ -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,
),