From: Ilmari Karonen Date: Fri, 10 Dec 2010 22:42:46 +0000 (+0000) Subject: followup r78209: fix typo, better word choice X-Git-Tag: 1.31.0-rc.0~33378 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=fec364732ff30b4eabb224a25fa6344010aec0ca;p=lhc%2Fweb%2Fwiklou.git followup r78209: fix typo, better word choice --- diff --git a/includes/WebRequest.php b/includes/WebRequest.php index 7ec8c67d6b..534ff3387b 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -65,7 +65,7 @@ class WebRequest { public function interpolateTitle() { global $wgUsePathInfo; - // bug 16019: title interpolation on API queries is useless and possible harmful + // bug 16019: title interpolation on API queries is useless and sometimes harmful if ( defined( 'MW_API' ) ) { return; }