X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcache%2FLinkBatch.php;h=3edfe1b9e92a780c4f6e6f9da04b69bdef05800c;hb=4bfbf2c225d7f45aff167613f35d7d9153abe252;hp=2573f8ac49b2ea2a137d036cc26bed5ae9108615;hpb=3020d27638add607e9d86622652221c3729faf87;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() {