Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -1770,4 +1770,8 @@ |
1771 | 1771 | } |
1772 | 1772 | wfProfileOut( __METHOD__ ); |
1773 | 1773 | } |
| 1774 | + |
| 1775 | + public function getVersion() { |
| 1776 | + return __CLASS__ . ': $Id:'; |
| 1777 | + } |
1774 | 1778 | } |
Property changes on: trunk/extensions/MobileFrontend/MobileFrontend.php |
___________________________________________________________________ |
Added: svn:keywords |
1775 | 1779 | + Id |