Skip to content

Commit

Permalink
Added [UI Frontend] Post: List Categories
Browse files Browse the repository at this point in the history
  • Loading branch information
apzeero committed May 10, 2019
1 parent fc0c53d commit 244bef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -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( '<span class="cat-links">' . esc_html__( 'Posted in %1$s', 'teamwpugph' ) . '</span>', $categories_list ); // WPCS: XSS OK.
printf( '<p class="uk-article-meta uk-link-muted">' . esc_html__( 'Posted in %1$s', 'teamwpugph' ) . '</p>', $categories_list ); // WPCS: XSS OK.
}

/* translators: used between list items, there is a space after the comma */
Expand Down

0 comments on commit 244bef0

Please sign in to comment.