Index: trunk/extensions/Poll/Poll_body.php |
— | — | @@ -1,5 +1,13 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * Poll_body - Body for the Special Page Special:Poll |
| 5 | + * |
| 6 | + * @ingroup Extensions |
| 7 | + * @author Jan Luca <jan@toolserver.org> |
| 8 | + * @license http://creativecommons.org/licenses/by-sa/3.0/ Attribution-Share Alike 3.0 Unported or later |
| 9 | + */ |
3 | 10 | |
| 11 | + |
4 | 12 | class Poll extends SpecialPage { |
5 | 13 | |
6 | 14 | public function __construct() { |
Index: trunk/extensions/Poll/Poll.php |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | * |
9 | 9 | * @ingroup Extensions |
10 | 10 | * @author Jan Luca <jan@toolserver.org> |
11 | | - * @version 0.0 |
| 11 | + * @version 0.0.1 |
12 | 12 | * @link http://www.mediawiki.org/wiki/User:Jan_Luca/Extension:Poll2 Documentation |
13 | 13 | * @license http://creativecommons.org/licenses/by-sa/3.0/ Attribution-Share Alike 3.0 Unported or later |
14 | 14 | */ |