Skip to content
Snippets Groups Projects

Devel

Merged Piotr Potrebka requested to merge devel into main
3 files
+ 48
45
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -40,7 +40,7 @@ defined( 'ABSPATH' ) || exit;
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td colspan="2" valign="middle" id="credit">
<?php echo wp_kses_post( wpautop( wptexturize( apply_filters( 'woocommerce_email_footer_text', get_option( 'woocommerce_email_footer_text' ) ) ) ) ); ?>
<?php echo wp_kses_post( wpautop( wptexturize( apply_filters( 'wpdesk/wp_mail/template/footer', '' ) ) ) ); ?>
</td>
</tr>
</table>
Loading