r109928 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109927‎ | r109928 | r109929 >
Date:14:44, 24 January 2012
Author:reedy
Status:ok
Tags:
Comment:
Fix borked characters from r109927
Modified paths:
  • /trunk/extensions/MobileFrontend/MobileFrontend.body.php (modified) (history)
  • /trunk/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/MobileFrontend.body.php
@@ -1658,7 +1658,7 @@
16591659 }
16601660 wfProfileOut( __METHOD__ );
16611661 }
1662 -
 1662+
16631663 public function getVersion() {
16641664 return __CLASS__ . ': $Id$';
16651665 }
Index: trunk/extensions/MobileFrontend/MobileFrontend.php
@@ -1,11 +1,11 @@
22 <?php
33 /**
4 - * Extension MobileFrontend — Mobile Frontend
 4+ * Extension MobileFrontend — Mobile Frontend
55 *
66 * @file
77 * @ingroup Extensions
88 * @author Patrick Reilly
9 - * @copyright © 2011 Patrick Reilly
 9+ * @copyright © 2011 Patrick Reilly
1010 * @licence GNU General Public Licence 2.0 or later
1111 */
1212

Follow-up revisions

RevisionCommit summaryAuthorDate
r109930MFT r109927, r109928reedy14:47, 24 January 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109927Redoing r109884 using svn copyreedy14:41, 24 January 2012

Status & tagging log