r88137 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88136‎ | r88137 | r88138 >
Date:09:20, 15 May 2011
Author:freakolowsky
Status:ok
Tags:
Comment:
* fixed typo
Modified paths:
  • /trunk/phase3/includes/Xml.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Xml.php
@@ -776,10 +776,10 @@
777777 *
778778 * @return string
779779 */
780 - static function infoBox( $text, $icon, $alt, $class = false, $useStypePath = true ) {
 780+ static function infoBox( $text, $icon, $alt, $class = false, $useStylePath = true ) {
781781 global $wgStylePath;
782782
783 - if ( $useStypePath ) {
 783+ if ( $useStylePath ) {
784784 $icon = $wgStylePath.'/common/images/'.$icon;
785785 }
786786

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88109discussion with hashar...freakolowsky16:54, 14 May 2011

Status & tagging log