Fixed i18n files, switched over to utilize abstraction layer f/ messages, etc, etc. + Doxygen comments.

This commit is contained in:
Tim Laqua 2007-08-26 14:39:17 +00:00
parent d9d0690dea
commit 7a7bf240c0
3 changed files with 62 additions and 26 deletions

View file

@ -1,4 +1,8 @@
<?php
/** \file
* \brief Contains setup code for the Contribution Scores Extension.
*/
# Not a valid entry point, skip unless MEDIAWIKI is defined
if (!defined('MEDIAWIKI')) {
echo "Contribution Scores extension";