r44461 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44460‎ | r44461 | r44462 >
Date:19:11, 11 December 2008
Author:ialex
Status:ok
Tags:
Comment:
Fix encoding
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryBase.php
@@ -244,7 +244,7 @@
245245
246246 /**
247247 * Add information (title and namespace) about a Title object to a result array
248 - * @param array $arr Result array � la ApiResult
 248+ * @param array $arr Result array à la ApiResult
249249 * @param Title $title Title object
250250 * @param string $prefix Module prefix
251251 */
@@ -272,7 +272,7 @@
273273 /**
274274 * Add a sub-element under the page element with the given page ID
275275 * @param int $pageId Page ID
276 - * @param array $data Data array � la ApiResult
 276+ * @param array $data Data array à la ApiResult
277277 */
278278 protected function addPageSubItems($pageId, $data) {
279279 $result = $this->getResult();

Status & tagging log