diff options
author | Alexandre Emsenhuber <ialex@users.mediawiki.org> | 2010-08-07 19:59:42 +0000 |
---|---|---|
committer | Alexandre Emsenhuber <ialex@users.mediawiki.org> | 2010-08-07 19:59:42 +0000 |
commit | 457eb73b61d0eec867a1e8ce495cfd46ccbd1ac1 (patch) | |
tree | fe86b60ec2f302fd2d1e99da8d91df51a6762002 /includes/api/ApiQueryDisabled.php | |
parent | a6710f75c5d0f85b2445fb922710b6e91df86e20 (diff) | |
download | mediawikicore-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.php | 6 |
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' ) ) { |