From 94f64f385114f6f62003e995b396a27469256243 Mon Sep 17 00:00:00 2001 From: Gerhard Date: Tue, 29 Jan 2019 13:36:16 +0200 Subject: [PATCH] PHPCS fixes --- includes/wc-template-functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/wc-template-functions.php b/includes/wc-template-functions.php index 5ce09d294a3..0efd5b76cc1 100644 --- a/includes/wc-template-functions.php +++ b/includes/wc-template-functions.php @@ -910,7 +910,7 @@ if ( ! function_exists( 'woocommerce_content' ) ) { - ' . get_the_title() . ''; + echo '

' . esc_html( get_the_title() ) . '

'; } } if ( ! function_exists( 'woocommerce_template_loop_category_title' ) ) {