Skip to content

Instantly share code, notes, and snippets.

@andoodle
andoodle / gist:2269674
Created March 31, 2012 23:27
mediawiki google analytics plugin
<?php
if ( !defined( 'MEDIAWIKI' ) ) {
die( 'This file is a MediaWiki extension, it is not a valid entry point' );
}
$wgExtensionCredits['other'][] = array(
'path' => __FILE__,
'name' => 'Google Analytics Integration',
'version' => '2.0.2',
'author' => 'Tim Laqua',