We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a94eae commit 55e39a0Copy full SHA for 55e39a0
includes/class-shortcodes.php
@@ -46,7 +46,7 @@ public static function hashtags( $atts, $content, $tag ) {
46
47
foreach ( $tags as $tag ) {
48
$hash_tags[] = \sprintf(
49
- '<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>',
50
\esc_url( \get_tag_link( $tag ) ),
51
esc_hashtag( $tag->name )
52
);
0 commit comments