Index: trunk/extensions/FlaggedRevs/api/ApiStabilize.php |
— | — | @@ -177,6 +177,10 @@ |
178 | 178 | protected function getExamples() { |
179 | 179 | return 'api.php?action=stabilize&title=Test&default=stable&reason=Test&token=123ABC'; |
180 | 180 | } |
| 181 | + |
| 182 | + public function getVersion() { |
| 183 | + return __CLASS__ . ': $Id$'; |
| 184 | + } |
181 | 185 | } |
182 | 186 | |
183 | 187 | // Assumes $wgFlaggedRevsProtection is on |
— | — | @@ -259,4 +263,8 @@ |
260 | 264 | protected function getExamples() { |
261 | 265 | return 'api.php?action=stabilize&title=Test&protectlevel=none&reason=Test&token=123ABC'; |
262 | 266 | } |
| 267 | + |
| 268 | + public function getVersion() { |
| 269 | + return __CLASS__ . ': $Id$'; |
| 270 | + } |
263 | 271 | } |