From e7a3c3c9f4322e732b9b79aced7bf4e8e5a30af6 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 9 Apr 2008 05:34:54 +0000 Subject: [PATCH] Tweak comment --- includes/LinkBatch.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/includes/LinkBatch.php b/includes/LinkBatch.php index 8d86b83922..51263b5f2e 100644 --- a/includes/LinkBatch.php +++ b/includes/LinkBatch.php @@ -81,9 +81,10 @@ class LinkBatch { } /** - * Add a ResultWrapper containing IDs and titles to a LinkCache object - * Title are initialized here and they will go to the static title cache - * field of the Title class. + * Add a ResultWrapper containing IDs and titles to a LinkCache object. + * As normal, titles will go into the static Title cache field. + * This function *also* stores extra fields of the title used for link + * parsing to avoid extra DB queries. */ function addResultToCache( $cache, $res ) { if ( !$res ) { -- 2.20.1