aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryDisabled.php
diff options
context:
space:
mode:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>2010-08-07 19:59:42 +0000
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>2010-08-07 19:59:42 +0000
commit457eb73b61d0eec867a1e8ce495cfd46ccbd1ac1 (patch)
treefe86b60ec2f302fd2d1e99da8d91df51a6762002 /includes/api/ApiQueryDisabled.php
parenta6710f75c5d0f85b2445fb922710b6e91df86e20 (diff)
downloadmediawikicore-457eb73b61d0eec867a1e8ce495cfd46ccbd1ac1.tar.gz
mediawikicore-457eb73b61d0eec867a1e8ce495cfd46ccbd1ac1.zip
Standardised file description headers, added @file
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/70647
Diffstat (limited to 'includes/api/ApiQueryDisabled.php')
-rw-r--r--includes/api/ApiQueryDisabled.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/includes/api/ApiQueryDisabled.php b/includes/api/ApiQueryDisabled.php
index d4f4eb7372f7..479acee15748 100644
--- a/includes/api/ApiQueryDisabled.php
+++ b/includes/api/ApiQueryDisabled.php
@@ -1,9 +1,9 @@
<?php
-
/**
- * Created on Sep 25, 2008
* API for MediaWiki 1.8+
*
+ * Created on Sep 25, 2008
+ *
* Copyright © 2008 Roan Kattouw <Firstname>.<Lastname>@home.nl
*
* This program is free software; you can redistribute it and/or modify
@@ -20,6 +20,8 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
+ *
+ * @file
*/
if ( !defined( 'MEDIAWIKI' ) ) {