Skip to content

Commit 55e39a0

Browse files
committed
1 parent 4a94eae commit 55e39a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-shortcodes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function hashtags( $atts, $content, $tag ) {
4646

4747
foreach ( $tags as $tag ) {
4848
$hash_tags[] = \sprintf(
49-
'<a rel="tag" class="u-tag u-category" href="%s">%s</a>',
49+
'<a rel="tag" class="hashtag u-tag u-category" href="%s">%s</a>',
5050
\esc_url( \get_tag_link( $tag ) ),
5151
esc_hashtag( $tag->name )
5252
);

0 commit comments

Comments
 (0)