r75958 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75957‎ | r75958 | r75959 >
Date:21:33, 3 November 2010
Author:80686
Status:deferred
Tags:
Comment:
undo of the accidental revert of the meta data changes
Modified paths:
  • /trunk/extensions/SelectCategory/SelectCategoryFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SelectCategory/SelectCategoryFunctions.php
@@ -1,14 +1,17 @@
22 <?php
33
4 -# Implementation of the SelectCategory extension, an extension of the
5 -# edit box of MediaWiki to provide an easy way to add category links
6 -# to a specific page.
 4+/**
 5+ * Implementation of the SelectCategory extension, an extension of the
 6+ * edit box of MediaWiki to provide an easy way to add category links
 7+ * to a specific page.
 8+ *
 9+ * @file
 10+ * @ingroup Extensions
 11+ * @author Leon Weber <leon@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>
 12+ * @copyright © 2006 by Leon Weber & Manuel Schneider
 13+ * @licence GNU General Public Licence 2.0 or later
 14+ */
715
8 -# @addtogroup Extensions
9 -# @author Leon Weber <leon@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>
10 -# @copyright © 2006 by Leon Weber & Manuel Schneider
11 -# @licence GNU General Public Licence 2.0 or later
12 -
1316 if( !defined( 'MEDIAWIKI' ) ) {
1417 echo( "This file is an extension to the MediaWiki software and cannot be used standalone.\n" );
1518 die();

Status & tagging log