This commit is contained in:
parent
4a94eae877
commit
55e39a0b24
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Shortcodes {
|
||||||
|
|
||||||
foreach ( $tags as $tag ) {
|
foreach ( $tags as $tag ) {
|
||||||
$hash_tags[] = \sprintf(
|
$hash_tags[] = \sprintf(
|
||||||
'<a rel="tag" class="u-tag u-category" href="%s">%s</a>',
|
'<a rel="tag" class="hashtag u-tag u-category" href="%s">%s</a>',
|
||||||
\esc_url( \get_tag_link( $tag ) ),
|
\esc_url( \get_tag_link( $tag ) ),
|
||||||
esc_hashtag( $tag->name )
|
esc_hashtag( $tag->name )
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue