From 3ca04f191541090fca2303415e4cfd449e99328b Mon Sep 17 00:00:00 2001 From: onli Date: Wed, 5 Jun 2024 15:39:00 +0200 Subject: [PATCH] Remove TODO for url match task The spamblock plugin will check for it later --- comment.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/comment.php b/comment.php index 2c46d3763..7dc659b68 100644 --- a/comment.php +++ b/comment.php @@ -135,8 +135,6 @@ } else if (preg_match('@/(\d+)_[^/]*$@', $uri, $matches)) { $id = (int)$matches[1]; } - - // TODO: Check that given $target url matches the $id of this endpoint if (add_webmention($id, $_REQUEST['source'], $_REQUEST['target'] )) { log_trackback('WEBMENTION SUCCESS');