From: Aaron Schulz Date: Wed, 9 Apr 2008 05:34:54 +0000 (+0000) Subject: Tweak comment X-Git-Tag: 1.31.0-rc.0~48498 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=e7a3c3c9f4322e732b9b79aced7bf4e8e5a30af6;p=lhc%2Fweb%2Fwiklou.git Tweak comment --- 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 ) {