From c69c9394413bd7d676e08f0ee83f49477fbcdcba Mon Sep 17 00:00:00 2001 From: raymond Date: Sun, 24 Nov 2013 20:44:14 +0100 Subject: [PATCH] Remove message 'expandtemplates-desc' Leftover from migration to core Unused in core because it is the extension description message Folloup to I7ef63488dc3ad3885bcf99ff52852e1c6981942b Change-Id: I783582cb3571a3a4b0346b27dbabb5eb46556102 --- languages/messages/MessagesEn.php | 5 +---- maintenance/language/messages.inc | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 3720b0546f..5b48e7ddd8 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -5150,10 +5150,7 @@ Otherwise, you can use the easy form below. Your comment will be added to the pa # ExpandTemplates 'expandtemplates' => 'Expand templates', -'expandtemplates-desc' => '[[Special:ExpandTemplates|Expands templates, parser functions - and variables]] to show expanded wikitext and preview rendered page', -'expand_templates_intro' => 'This special page takes text and expands all templates in it -recursively. +'expand_templates_intro' => 'This special page takes text and expands all templates in it recursively. It also expands supported parser functions like {{#language:…}} and variables like {{CURRENTDAY}}. diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 02a40026bc..045126336c 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -3977,7 +3977,6 @@ $wgMessageStructure = array( ), 'expandtemplates' => array( 'expandtemplates', - 'expandtemplates-desc', 'expand_templates_intro', 'expand_templates_title', 'expand_templates_input', -- 2.20.1