r83089 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83088‎ | r83089 | r83090 >
Date:14:52, 2 March 2011
Author:yaron
Status:deferred
Tags:
Comment:
Reverted r83063, restored r82242 - using 'may_long' is in fact better than 'may'
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormUtils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.php
@@ -317,7 +317,8 @@
318318 wfMsgForContent( 'february' ),
319319 wfMsgForContent( 'march' ),
320320 wfMsgForContent( 'april' ),
321 - wfMsgForContent( 'may' ),
 321+ // Needed to avoid using 3-letter abbreviation
 322+ wfMsgForContent( 'may_long' ),
322323 wfMsgForContent( 'june' ),
323324 wfMsgForContent( 'july' ),
324325 wfMsgForContent( 'august' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82242Minor tweakjeroendedauw13:29, 16 February 2011
r83063Reverted r82242 - undid special handling for displaying the month of May, whi...yaron02:53, 2 March 2011