r109709 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109708‎ | r109709 | r109710 >
Date:00:57, 22 January 2012
Author:reedy
Status:ok
Tags:
Comment:
Bug 33868 - descriptionmsg is missing

Fix line by [[kgh]]
Modified paths:
  • /trunk/extensions/LabeledSectionTransclusion/lst.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LabeledSectionTransclusion/lst.php
@@ -31,6 +31,7 @@
3232 'name' => 'LabeledSectionTransclusion',
3333 'author' => 'Steve Sanbeg',
3434 'url' => 'https://www.mediawiki.org/wiki/Extension:Labeled_Section_Transclusion',
 35+ 'descriptionmsg' => 'lst-desc',
3536 );
3637 $wgParserTestFiles[] = dirname( __FILE__ ) . "/lstParserTests.txt";
3738 $wgExtensionMessagesFiles['LabeledSectionTransclusion'] = dirname( __FILE__ ) . '/lst.i18n.php';

Status & tagging log