From fec364732ff30b4eabb224a25fa6344010aec0ca Mon Sep 17 00:00:00 2001 From: Ilmari Karonen Date: Fri, 10 Dec 2010 22:42:46 +0000 Subject: [PATCH] followup r78209: fix typo, better word choice --- includes/WebRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1