From 244bef0d24f3ff00c2df8cb72eac82003825c2b9 Mon Sep 17 00:00:00 2001 From: ap7 Date: Fri, 10 May 2019 22:30:21 +0800 Subject: [PATCH] Added [UI Frontend] Post: List Categories --- inc/template-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/template-tags.php b/inc/template-tags.php index 50b6968..1f48016 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -52,7 +52,7 @@ function teamwpugph_entry_footer() { $categories_list = get_the_category_list( esc_html__( ', ', 'teamwpugph' ) ); if ( $categories_list ) { /* translators: 1: list of categories. */ - printf( '' . esc_html__( 'Posted in %1$s', 'teamwpugph' ) . '', $categories_list ); // WPCS: XSS OK. + printf( '

' . esc_html__( 'Posted in %1$s', 'teamwpugph' ) . '

', $categories_list ); // WPCS: XSS OK. } /* translators: used between list items, there is a space after the comma */