From c843ecff7f134376b356b46d9be4366561974379 Mon Sep 17 00:00:00 2001 From: n Date: Sun, 16 Jun 2024 14:26:09 +0200 Subject: [PATCH] s/twitter/x/g --- clickat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickat.php b/clickat.php index 63aca5f..b5516ba 100644 --- a/clickat.php +++ b/clickat.php @@ -14,7 +14,7 @@ function hook_clickat_render_linklist($data) $patterns = array( '/([^\S]+)@([\w]+).bsky.social/' => '\1@\2.bsky.social', '/([^\S]+)@([\w]+)@([\w_\-\.]+)/' => '\1@\2', - '/([^\S]+)@([\w]+)/' => '\1@\2' + '/([^\S]+)@([\w]+)/' => '\1@\2' ); foreach ($data['links'] as &$value) { if (strpos($value['description'], '@') !== false) {