Index: trunk/extensions/MobileFrontend/MobileFrontend.body.php |
— | — | @@ -1658,7 +1658,7 @@ |
1659 | 1659 | } |
1660 | 1660 | wfProfileOut( __METHOD__ ); |
1661 | 1661 | } |
1662 | | - |
| 1662 | + |
1663 | 1663 | public function getVersion() { |
1664 | 1664 | return __CLASS__ . ': $Id$'; |
1665 | 1665 | } |
Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -1,11 +1,11 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Extension MobileFrontend — Mobile Frontend |
| 4 | + * Extension MobileFrontend — Mobile Frontend |
5 | 5 | * |
6 | 6 | * @file |
7 | 7 | * @ingroup Extensions |
8 | 8 | * @author Patrick Reilly |
9 | | - * @copyright © 2011 Patrick Reilly |
| 9 | + * @copyright © 2011 Patrick Reilly |
10 | 10 | * @licence GNU General Public Licence 2.0 or later |
11 | 11 | */ |
12 | 12 | |