r64084 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64083‎ | r64084 | r64085 >
Date:19:14, 23 March 2010
Author:lhridley
Status:ok
Tags:
Comment:
Well, let's try that again - fixing additional copy/paste error with Vector skin
Modified paths:
  • /trunk/phase3/skins/Vector.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Vector.php
@@ -59,7 +59,7 @@
6060 // THIS IS ONLY USEFUL FOR EXPERIMENTING WITH DIFFERNT STYLE OPTIONS! THIS WILL BE REMOVED IN THE NEAR FUTURE.
6161 if ( is_array( $wgVectorExtraStyles ) ) {
6262 foreach ( $wgVectorExtraStyles as $style ) {
63 - $out->addStyle( 'origins/' . $style, 'screen' );
 63+ $out->addStyle( 'vector /' . $style, 'screen' );
6464 }
6565 }
6666 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r64120Fix extra space from r64084simetrical19:47, 24 March 2010

Status & tagging log