From 6309e167bb7ec6218214ac1ec98bb99a59ed4c9d Mon Sep 17 00:00:00 2001 From: Kevin Israel Date: Wed, 4 Dec 2013 01:40:49 -0500 Subject: [PATCH] Remove unused message 'wrong_wfQuery_params' Follows-up r63241 (7220add43edf). Change-Id: I76738264971fed87fe4bedd2854c2a8f801acff2 --- languages/messages/MessagesEn.php | 3 --- maintenance/language/messages.inc | 1 - 2 files changed, 4 deletions(-) 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', -- 2.20.1