Raimond Spekking has uploaded a new change for review.
https://gerrit.wikimedia.org/r/49778
Change subject: Consistency tweaks in preparation for adding extension to
Translatewiki.net
......................................................................
Consistency tweaks in preparation for adding extension to Translatewiki.net
* Remove unneccessary guard
* Remove period from end of description message
Change-Id: I85833dcdf364af89e50fac1c7f883a6b9d76b76e
---
M NoTitle.i18n.php
1 file changed, 3 insertions(+), 6 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/NoTitle
refs/changes/78/49778/1
diff --git a/NoTitle.i18n.php b/NoTitle.i18n.php
index da1f499..21bc411 100644
--- a/NoTitle.i18n.php
+++ b/NoTitle.i18n.php
@@ -1,15 +1,11 @@
<?php
-/*
+/**
* NoTitle
* Adds a magic word that hides the main title heading in a page
*
* @file NoTitle.i18n.php
* @author Tony Boyles
*/
-
-if (!defined('MEDIAWIKI')) {
- die('This file is an extension to the <a
href=\'http://www.mediawiki.org/\'>MediaWiki Platform</a> and cannot be used
standalone.');
-}
$messages = array();
@@ -17,7 +13,7 @@
* @author Tony Boyles
*/
$messages['en'] = array(
- 'notitle-desc' => 'Adds a magic word to hide the title heading.'
+ 'notitle-desc' => 'Adds a magic word to hide the title heading'
);
/** Message documentation (Message documentation)
@@ -26,3 +22,4 @@
$messages['qqq'] = array(
'notitle-desc' => '{{desc}}',
);
+
--
To view, visit https://gerrit.wikimedia.org/r/49778
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I85833dcdf364af89e50fac1c7f883a6b9d76b76e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/NoTitle
Gerrit-Branch: master
Gerrit-Owner: Raimond Spekking <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits