r57021 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r57020
|
r57021
|
r57022
>
Date:
18:14, 28 September 2009
Author:
thomasv
Status:
ok
Tags:
Comment:
keep subtitle
Modified paths:
/trunk/extensions/ProofreadPage/ProofreadPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ProofreadPage/ProofreadPage.php
—
—
@@ -1320,6 +1320,6 @@
1321
1321
}
1322
1322
}
1323
1323
$output = wfMsgForContent( 'proofreadpage_quality_message', $n0*100/$n, $n1*100/$n, $n2*100/$n, $n3*100/$n, $n4*100/$n, $n, $indexlink );
1324
- $out->setSubtitle($output);
1324
+ $out->setSubtitle( $out->getSubtitle() . $output );
1325
1325
return true;
1326
1326
};
Status & tagging log
23:11, 30 September 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r57021
[
removed:
new
added:
ok]