r53721 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53720‎ | r53721 | r53722 >
Date:17:51, 24 July 2009
Author:shinjiman
Status:ok
Tags:
Comment:
fix typo on documentation
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -3191,7 +3191,7 @@
31923192 return $array;
31933193 }
31943194
3195 -/* get the noramised IETF language tag */
 3195+/* Get the noramlised IETF language tag */
31963196 function wfBCP47( $code ) {
31973197 $codeSegment = explode( '-', $code );
31983198 foreach ( $codeSegment as $segNo => $seg ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r53722fix E_NOTICE on r53720 and r53721.shinjiman18:35, 24 July 2009

Status & tagging log