https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112971

Revision: 112971
Author:   santhosh
Date:     2012-03-04 09:38:40 +0000 (Sun, 04 Mar 2012)
Log Message:
-----------
Header changes- authors, copyright year etc.

Modified Paths:
--------------
    trunk/extensions/WebFonts/WebFonts.php

Modified: trunk/extensions/WebFonts/WebFonts.php
===================================================================
--- trunk/extensions/WebFonts/WebFonts.php      2012-03-04 09:37:16 UTC (rev 
112970)
+++ trunk/extensions/WebFonts/WebFonts.php      2012-03-04 09:38:40 UTC (rev 
112971)
@@ -1,15 +1,14 @@
 <?php
 /**
- * Dynamic Font Embedding  MediaWiki extension
+ * MediaWiki extension for dynamic font embedding
+ * https://www.mediawiki.org/wiki/Extension:WebFonts
  *
- * To install it put this file in the extensions directory
- * To activate the extension, include it from your LocalSettings.php
- * with: require("$IP/extensions/WebFonts.php");
- *
  * @file
  * @ingroup Extensions
- * @author Santhosh Thottingal, <[email protected]>
- * @copyright © 2011 Santhosh Thottingal  http://thottingal.in
+ * @author Santhosh Thottingal
+ * @author Niklas Laxström
+ * @author Amir Aharoni
+ * @copyright © 2011-2012 Santhosh Thottingal, Niklas Laxström, Amir Aharoni 
  * @licence GNU General Public Licence 3.0 or later
  */
 
@@ -18,11 +17,11 @@
        die( -1 );
 }
 
-$wgExtensionCredits['parserhook'][] = array(
+$wgExtensionCredits['other'][] = array(
        'path'           => __FILE__,
        'name'           => 'WebFonts',
        'version'        => '1.0',
-       'author'         => array( 'Santhosh Thottingal', 'Niklas Laxström' ),
+       'author'         => array( 'Santhosh Thottingal', 'Niklas Laxström', 
'Amir Aharoni' ),
        'url'            => 'https://www.mediawiki.org/wiki/Extension:WebFonts',
        'descriptionmsg' => 'webfonts-desc',
 );


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to