Skip to content

Commit

Permalink
[WC] Fix additional content not translatable (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
herrvigg committed Jan 16, 2021
1 parent 87fe244 commit 3ef57f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/woo-commerce/qwc-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ function qwc_add_admin_page_config( $page_configs ) {
'fields' => array(
array( 'jquery' => 'input.input-text[type=text][name^=woocommerce_][name$=_subject]' ),
array( 'jquery' => 'input.input-text[type=text][name^=woocommerce_][name$=_heading]' ),
array( 'jquery' => 'textarea[type=textarea][name^=woocommerce_][name$=_additional_content]' ),
array( 'id' => 'woocommerce_email_footer_text' )
)
)
Expand Down

0 comments on commit 3ef57f2

Please sign in to comment.