r62855 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62854‎ | r62855 | r62856 >
Date:22:37, 22 February 2010
Author:demon
Status:ok (Comments)
Tags:
Comment:
Fix r62853, can't use wfMsg() there, just copy English description like all other extensions do
Modified paths:
  • /trunk/extensions/Storyboard/Storyboard.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Storyboard/Storyboard.php
@@ -65,7 +65,7 @@
6666 'version' => Storyboard_VERSION,
6767 'author' => array( '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]' ),
6868 'url' => 'http://www.mediawiki.org/wiki/Extension:Storyboard',
69 - 'description' => wfMsg( 'storyboard-desc' ),
 69+ 'description' => 'Provides a landing page for donors, a page where stories can be submitted, and a story moderation interface',
7070 'descriptionmsg' => 'storyboard-desc',
7171 );
7272

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r62853Cleanup to initialization to Storyboard:...demon22:23, 22 February 2010

Comments

#Comment by Jeroen De Dauw (talk | contribs)   22:47, 22 February 2010

Why not?

Status & tagging log