From 70b20dd74cbd0b17c41fd029b237af06a80987bc Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sun, 23 Apr 2006 19:45:48 +0000 Subject: [PATCH] Fix comment. Incorrect comments can cause hair loss, amnesia, extremes of temperature and blood pressure, diahorrea, excessive paranoia, depression, uncontrollable desire to eat ice cream straight from the freezer and, worst of all, can cause people to leave the house and go outside. --- includes/SpecialWantedpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialWantedpages.php b/includes/SpecialWantedpages.php index 8d878694f1..f0c24a4b6a 100644 --- a/includes/SpecialWantedpages.php +++ b/includes/SpecialWantedpages.php @@ -52,7 +52,7 @@ class WantedPagesPage extends QueryPage { } /** - * Fetch user page links and cache their existence + * Cache page existence for performance */ function preprocessResults( &$db, &$res ) { $batch = new LinkBatch; -- 2.20.1