X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Fcache%2FLinkBatch.php;h=3edfe1b9e92a780c4f6e6f9da04b69bdef05800c;hb=00e44200209c88118d87a7a92c7f548d8da62472;hp=2573f8ac49b2ea2a137d036cc26bed5ae9108615;hpb=7426d04a703580552fe27d06d3566f1ae63ae92f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/cache/LinkBatch.php b/includes/cache/LinkBatch.php index 2573f8ac49..3edfe1b9e9 100644 --- a/includes/cache/LinkBatch.php +++ b/includes/cache/LinkBatch.php @@ -146,7 +146,7 @@ class LinkBatch { } /** - * Add a ResultWrapper containing IDs and titles to a LinkCache object. + * Add a result wrapper 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. @@ -187,7 +187,7 @@ class LinkBatch { } /** - * Perform the existence test query, return a ResultWrapper with page_id fields + * Perform the existence test query, return a result wrapper with page_id fields * @return bool|IResultWrapper */ public function doQuery() {