r66007 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66006‎ | r66007 | r66008 >
Date:11:31, 7 May 2010
Author:svip
Status:deferred
Tags:
Comment:
Follow up to r66005 and r66006; I feel like such an idiot. Totally forgot to check this part of the code as well. *facepalm*
Modified paths:
  • /trunk/extensions/TemplateAdventures/Templates/Citation.php (modified) (history)

Diff [purge]

Index: trunk/extensions/TemplateAdventures/Templates/Citation.php
@@ -183,6 +183,7 @@
184184 */
185185 private function createWriterSection ( $writers, $links, $truncate ) {
186186 $area = '';
 187+ $n = 1;
187188 foreach ( $writers as $i => $writer ) {
188189 if ( $i == 0 )
189190 continue;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66005Further updates to citation, yet not done.svip11:23, 7 May 2010
r66006Follow up to r66005, fixed minor issue in writer section creation function.svip11:30, 7 May 2010

Status & tagging log