r74931 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74930‎ | r74931 | r74932 >
Date:22:10, 17 October 2010
Author:siebrand
Status:ok
Tags:
Comment:
Rename wikiBhasha to WikiBhasha
Modified paths:
  • /trunk/extensions/WikiBhasha/WikiBhashaSpecial.php (added) (history)

Diff [purge]

Index: trunk/extensions/WikiBhasha/wikiBhashaSpecial.php
@@ -1,30 +0,0 @@
2 -<?php
3 -/**
4 - * Special:WikiBhasha
5 - *
6 - * @file
7 - * @ingroup SpecialPage
8 - */
9 -
10 -/**
11 - *
12 - */
13 -class wikiBhasha extends SpecialPage {
14 -
15 - /**
16 - * Constructor
17 - */
18 - function __construct() {
19 - parent::SpecialPage( 'WikiBhasha', '', true );
20 - }
21 -
22 - /**
23 - * Main execution function
24 - * @param $par Parameters passed to the page
25 - */
26 - function execute( $par ) {
27 - global $wgRequest, $wgOut;
28 - $this->setHeaders();
29 - $wgOut->addHTML( '<h2>message goes here</h2>' );
30 - }
31 -}
Index: trunk/extensions/WikiBhasha/WikiBhashaSpecial.php
@@ -0,0 +1,30 @@
 2+<?php
 3+/**
 4+ * Special:WikiBhasha
 5+ *
 6+ * @file
 7+ * @ingroup SpecialPage
 8+ */
 9+
 10+/**
 11+ *
 12+ */
 13+class wikiBhasha extends SpecialPage {
 14+
 15+ /**
 16+ * Constructor
 17+ */
 18+ function __construct() {
 19+ parent::SpecialPage( 'WikiBhasha', '', true );
 20+ }
 21+
 22+ /**
 23+ * Main execution function
 24+ * @param $par Parameters passed to the page
 25+ */
 26+ function execute( $par ) {
 27+ global $wgRequest, $wgOut;
 28+ $this->setHeaders();
 29+ $wgOut->addHTML( '<h2>message goes here</h2>' );
 30+ }
 31+}
Property changes on: trunk/extensions/WikiBhasha/WikiBhashaSpecial.php
___________________________________________________________________
Added: svn:eol-style
132 + native

Status & tagging log