From: Kevin Israel Date: Wed, 4 Dec 2013 06:40:49 +0000 (-0500) Subject: Remove unused message 'wrong_wfQuery_params' X-Git-Tag: 1.31.0-rc.0~17798^2 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27static%27%2C%20filename=%27css/bootstrap.css%27%29%20%7D%7D?a=commitdiff_plain;h=6309e167bb7ec6218214ac1ec98bb99a59ed4c9d;p=lhc%2Fweb%2Fwiklou.git Remove unused message 'wrong_wfQuery_params' Follows-up r63241 (7220add43edf). Change-Id: I76738264971fed87fe4bedd2854c2a8f801acff2 --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index e6ecc782dc..5566cae4d4 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1051,9 +1051,6 @@ It may contain one or more characters that cannot be used in titles.', 'perfcachedts' => 'The following data is cached, and was last updated $1. A maximum of {{PLURAL:$4|one result is|$4 results are}} available in the cache.', 'querypage-no-updates' => 'Updates for this page are currently disabled. Data here will not presently be refreshed.', -'wrong_wfQuery_params' => 'Incorrect parameters to wfQuery()
-Function: $1
-Query: $2', 'viewsource' => 'View source', 'viewsource-title' => 'View source for $1', 'actionthrottled' => 'Action throttled', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index f0160ccc92..096530c568 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -406,7 +406,6 @@ $wgMessageStructure = array( 'perfcached', 'perfcachedts', 'querypage-no-updates', - 'wrong_wfQuery_params', 'viewsource', 'viewsource-title', 'actionthrottled',