r43491 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43490‎ | r43491 | r43492 >
Date:12:34, 14 November 2008
Author:daniel
Status:ok
Tags:
Comment:
fix typo: use 'parseinline' with wfMsgExt, not 'parserinline'
Modified paths:
  • /trunk/extensions/CategoryTree/CategoryTreeFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CategoryTree/CategoryTreeFunctions.php
@@ -374,7 +374,7 @@
375375
376376 if ( !$allowMissing && !$title->getArticleID() ) {
377377 $html .= Xml::openElement( 'span', array( 'class' => 'CategoryTreeNotice' ) );
378 - $html .= wfMsgExt( 'categorytree-not-found', 'parserinline', htmlspecialchars( $category ) );
 378+ $html .= wfMsgExt( 'categorytree-not-found', 'parseinline', htmlspecialchars( $category ) );
379379 $html .= Xml::closeElement( 'span' );
380380 }
381381 else {

Status & tagging log