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 @@
184
184
*/
185
185
private function createWriterSection ( $writers, $links, $truncate ) {
186
186
$area = '';
187
+ $n = 1;
187
188
foreach ( $writers as $i => $writer ) {
188
189
if ( $i == 0 )
189
190
continue;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r66005
Further updates to citation, yet not done.
svip
11:23, 7 May 2010
r66006
Follow up to
r66005
, fixed minor issue in writer section creation function.
svip
11:30, 7 May 2010
Status & tagging log
13:10, 7 May 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r66007
[
removed:
new
added:
deferred]