Index: trunk/extensions/CodeReview/api/ApiQueryCodeTags.php |
— | — | @@ -3,8 +3,6 @@ |
4 | 4 | /** |
5 | 5 | * Created on 20 April 2011 |
6 | 6 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 7 | * This program is free software; you can redistribute it and/or modify |
10 | 8 | * it under the terms of the GNU General Public License as published by |
11 | 9 | * the Free Software Foundation; either version 2 of the License, or |
— | — | @@ -22,8 +20,6 @@ |
23 | 21 | */ |
24 | 22 | |
25 | 23 | class ApiQueryCodeTags extends ApiQueryBase { |
26 | | - private $props; |
27 | | - |
28 | 24 | public function __construct( $query, $moduleName ) { |
29 | 25 | parent::__construct( $query, $moduleName, 'ct' ); |
30 | 26 | } |
Index: trunk/extensions/CodeReview/api/ApiQueryCodeRevisions.php |
— | — | @@ -3,8 +3,6 @@ |
4 | 4 | /** |
5 | 5 | * Created on July 06, 2010 |
6 | 6 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 7 | * Copyright © 2010 Sam Reed |
10 | 8 | * Copyright © 2008 Bryan Tong Minh <Bryan.TongMinh@Gmail.com> |
11 | 9 | * |
Index: trunk/extensions/CodeReview/api/ApiQueryCodeComments.php |
— | — | @@ -3,8 +3,6 @@ |
4 | 4 | /** |
5 | 5 | * Created on Oct 29, 2008 |
6 | 6 | * |
7 | | - * API for MediaWiki 1.8+ |
8 | | - * |
9 | 7 | * Copyright © 2008 Bryan Tong Minh <Bryan.TongMinh@Gmail.com> |
10 | 8 | * |
11 | 9 | * This program is free software; you can redistribute it and/or modify |