- Timestamp:
- 10/27/2020 01:58:37 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/inc/template-tags.php
r49247 r49320 106 106 printf( 107 107 /* translators: %s: list of categories. */ 108 '<span class="cat-links">' . esc_html__( 'Categorized as %s', 'twentytwentyone' ) . ' .</span>',108 '<span class="cat-links">' . esc_html__( 'Categorized as %s', 'twentytwentyone' ) . ' </span>', 109 109 $categories_list // phpcs:ignore WordPress.Security.EscapeOutput 110 110 ); … … 116 116 printf( 117 117 /* translators: %s: list of tags. */ 118 '<span class="tags-links">' . esc_html__( 'Tagged %s', 'twentytwentyone' ) . ' .</span>',118 '<span class="tags-links">' . esc_html__( 'Tagged %s', 'twentytwentyone' ) . '</span>', 119 119 $tags_list // phpcs:ignore WordPress.Security.EscapeOutput 120 120 );
Note: See TracChangeset
for help on using the changeset viewer.