r100560 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r100559
|
r100560
|
r100561
>
Date:
20:42, 23 October 2011
Author:
platonides
Status:
ok
Tags:
Comment:
Follow-up
r88390
. PHP is not like C preprocessor. You don't need to mark a newline for continuing a string literal.
The \ was being included as-is.
Modified paths:
/trunk/extensions/SwiftMedia/SwiftMedia.i18n.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SwiftMedia/SwiftMedia.i18n.php
—
—
@@ -1,7 +1,8 @@
2
2
<?php
3
3
$messages = array();
4
+
4
5
$messages['en'] = array(
5
- 'swiftmedia' => 'Openstack\'s Swift is a very large scale reliable object store. It will serve multiple petabytes of media files. \
6
- [[Extension:SwiftMedia]] allows MediaWiki uploads to be stored in Swift.',
6
+ 'swiftmedia' => 'Openstack\'s Swift is a very large scale reliable object store. It will serve multiple petabytes of media files.
7
+[[Extension:SwiftMedia]] allows MediaWiki uploads to be stored in Swift.',
7
8
);
8
9
Sign-offs
User
Flag
Date
RussNelson
inspected
15:58, 24 October 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r88390
Archived files now work. Req'd storeBatch, clearBatch, and fileExistsBatch to...
nelson
20:26, 18 May 2011
Status & tagging log
15:58, 24 October 2011
RussNelson
(
talk
|
contribs
)
changed the
status
of r100560
[
removed:
new
added:
ok]