r42777 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42776‎ | r42777 | r42778 >
Date:18:24, 29 October 2008
Author:tparscal
Status:old
Tags:
Comment:
Added license info.
Modified paths:
  • /trunk/extensions/LogEntry/LogEntry.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LogEntry/LogEntry.php
@@ -4,6 +4,16 @@
55 *
66 * @file
77 * @ingroup Extensions
 8+ *
 9+ * This file contains the main include file for the LogEntry extension of
 10+ * MediaWiki.
 11+ *
 12+ * Usage: Add the following line in LocalSettings.php:
 13+ * require_once( "$IP/extensions/LogEntry/LogEntry.php" );
 14+ *
 15+ * @author Trevor Parscal <tparscal@wikimedia.org>
 16+ * @license GPL v2
 17+ * @version 0.1.0
818 */
919
1020 // Check environment

Status & tagging log