X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fcache%2FLinkBatch.php;h=3edfe1b9e92a780c4f6e6f9da04b69bdef05800c;hp=2573f8ac49b2ea2a137d036cc26bed5ae9108615;hb=dfec83932fd38a9086eb5a2e212889ad00f35b0e;hpb=20e65a191541681c05d289efaf4edb20429da73d 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() {