From 55e39a0b24f59a43ca66ad749727da89b60e4a10 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Thu, 21 Sep 2023 10:49:19 +0200 Subject: [PATCH] fix https://github.com/Automattic/wordpress-activitypub/issues/399#issuecomment-1725167874 --- includes/class-shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-shortcodes.php b/includes/class-shortcodes.php index 1782e75..43be17b 100644 --- a/includes/class-shortcodes.php +++ b/includes/class-shortcodes.php @@ -46,7 +46,7 @@ class Shortcodes { foreach ( $tags as $tag ) { $hash_tags[] = \sprintf( - '', + '', \esc_url( \get_tag_link( $tag ) ), esc_hashtag( $tag->name ) );