r51644 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r51643
|
r51644
|
r51645
>
Date:
15:24, 9 June 2009
Author:
bigsmoke
Status:
deferred
Tags:
Comment:
In SemanticGallery: Fallback image captions where only changed for the first image. This is now fixed.
Modified paths:
/trunk/extensions/SemanticGallery/SG_ResultPrinter.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticGallery/SG_ResultPrinter.php
—
—
@@ -37,6 +37,7 @@
38
38
while ($row = $results->getNext()) {
39
39
$firstField = $row[0];
40
40
$imgTitle = $firstField->getNextObject()->getTitle();
41
+ $imgCaption = '';
41
42
42
43
// Is there a property queried for display with ?property
43
44
if ( isset($row[1]) ) {
Status & tagging log
03:32, 15 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r51644
[
removed:
new
added:
deferred]