r86711 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86710‎ | r86711 | r86712 >
Date:14:30, 22 April 2011
Author:reedy
Status:ok
Tags:
Comment:
Remove "API for MediaWiki 1.8+" comments

Remove unused variable
Modified paths:
  • /trunk/extensions/CodeReview/api/ApiQueryCodeComments.php (modified) (history)
  • /trunk/extensions/CodeReview/api/ApiQueryCodeRevisions.php (modified) (history)
  • /trunk/extensions/CodeReview/api/ApiQueryCodeTags.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/api/ApiQueryCodeTags.php
@@ -3,8 +3,6 @@
44 /**
55 * Created on 20 April 2011
66 *
7 - * API for MediaWiki 1.8+
8 - *
97 * This program is free software; you can redistribute it and/or modify
108 * it under the terms of the GNU General Public License as published by
119 * the Free Software Foundation; either version 2 of the License, or
@@ -22,8 +20,6 @@
2321 */
2422
2523 class ApiQueryCodeTags extends ApiQueryBase {
26 - private $props;
27 -
2824 public function __construct( $query, $moduleName ) {
2925 parent::__construct( $query, $moduleName, 'ct' );
3026 }
Index: trunk/extensions/CodeReview/api/ApiQueryCodeRevisions.php
@@ -3,8 +3,6 @@
44 /**
55 * Created on July 06, 2010
66 *
7 - * API for MediaWiki 1.8+
8 - *
97 * Copyright © 2010 Sam Reed
108 * Copyright © 2008 Bryan Tong Minh <Bryan.TongMinh@Gmail.com>
119 *
Index: trunk/extensions/CodeReview/api/ApiQueryCodeComments.php
@@ -3,8 +3,6 @@
44 /**
55 * Created on Oct 29, 2008
66 *
7 - * API for MediaWiki 1.8+
8 - *
97 * Copyright © 2008 Bryan Tong Minh <Bryan.TongMinh@Gmail.com>
108 *
119 * This program is free software; you can redistribute it and/or modify

Status & tagging log