diff --git a/includes/wc-template-functions.php b/includes/wc-template-functions.php index 410970a3dfd..f31f47a6819 100644 --- a/includes/wc-template-functions.php +++ b/includes/wc-template-functions.php @@ -448,7 +448,7 @@ if ( ! function_exists( 'woocommerce_demo_store' ) ) { $notice = __( 'This is a demo store for testing purposes — no orders shall be fulfilled.', 'woocommerce' ); } - echo apply_filters( 'woocommerce_demo_store', '
' . wp_kses_post( $notice ) . '
' ); + echo apply_filters( 'woocommerce_demo_store', '' . wp_kses_post( $notice ) . '
', $notice ); } }