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 @@
22 <?php
33 $messages = array();
 4+
45 $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.',
78 );
89

Sign-offs

UserFlagDate
RussNelsoninspected15:58, 24 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88390Archived files now work. Req'd storeBatch, clearBatch, and fileExistsBatch to...nelson20:26, 18 May 2011

Status & tagging log