From 4873bf7040d8e4689d075ba4a8200cef4d45ab1b Mon Sep 17 00:00:00 2001 From: suecarmol Date: Sat, 4 May 2024 20:07:53 +0300 Subject: [PATCH] Cleanup code comment on Special:Nuke Removed a comment that no longer applied to Nuke Bug: T234726 Change-Id: I560666e0ec47fb48acc51baaa46ebd4767e84fad --- includes/SpecialNuke.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/SpecialNuke.php b/includes/SpecialNuke.php index 3e7fe4e2..cd52f2fb 100644 --- a/includes/SpecialNuke.php +++ b/includes/SpecialNuke.php @@ -408,8 +408,6 @@ class SpecialNuke extends SpecialPage { } } - // $pattern is a SQL pattern supporting wildcards, so buildLike() will not work. - // Wildcards are escaped using '\', so LikeValue/LikeMatch will not work either. if ( !$addedWhere ) { $queryBuilder->andWhere( $dbr->expr(