From: raymond Date: Sun, 24 Nov 2013 19:44:14 +0000 (+0100) Subject: Remove message 'expandtemplates-desc' X-Git-Tag: 1.31.0-rc.0~17920 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=c69c9394413bd7d676e08f0ee83f49477fbcdcba;p=lhc%2Fweb%2Fwiklou.git 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 --- 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',