Himavarshini has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/310725

Change subject: Change Commit
......................................................................

Change Commit

Change-Id: I523ba3403adef25bf7ddeea2c8b9623faaa3d7e5
---
M Example/Example.php
1 file changed, 21 insertions(+), 19 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/examples 
refs/changes/25/310725/1

diff --git a/Example/Example.php b/Example/Example.php
index 4d35a95..958fe93 100644
--- a/Example/Example.php
+++ b/Example/Example.php
@@ -1,3 +1,7 @@
+ey name of the message containing the description.
+       'descriptionmsg' => 'example-desc',
+);
+
 <?php
 /**
  * Example extension - based on the stripped-down extensions/BoilerPlate
@@ -38,31 +42,29 @@
  * documentation, see its documentation block in includes/DefaultSettings.php
  */
 $wgExtensionCredits['other'][] = array(
-       'path' => __FILE__,
+    'path' => __FILE__,
 
-       // Name of your Extension:
-       'name' => 'Example',
+    // Name of your Extension:
+    'name' => 'Example',
 
-       // Sometime other patches contributors and minor authors are not worth
-       // mentionning, you can use the special case '...' to output a localised
-       // message 'and others...'.
-       'author' => array(
-               'Jane Doe',
-               'George Foo',
-               '...'
-       ),
+    // Sometime other patches contributors and minor authors are not worth
+    // mentionning, you can use the special case '...' to output a localised
+    // message 'and others...'.
+    'author' => array(
+        'Jane Doe',
+        'George Foo',
+        '...'
+    ),
 
-       'version'  => '0.1.0',
+    'version'  => '0.1.0',
 
-       // The extension homepage. www.mediawiki.org will be happy to host
-       // your extension homepage.
-       'url' => 'https://www.mediawiki.org/wiki/Extension:Example',
+    // The extension homepage. www.mediawiki.org will be happy to host
+    // your extension homepage.
+    'url' => 'https://www.mediawiki.org/wiki/Extension:Example',
 
+//Change added is tis line
 
-       # Key name of the message containing the description.
-       'descriptionmsg' => 'example-desc',
-);
-
+    # K
 /* Setup */
 
 // Initialize an easy to use shortcut:

-- 
To view, visit https://gerrit.wikimedia.org/r/310725
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I523ba3403adef25bf7ddeea2c8b9623faaa3d7e5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/examples
Gerrit-Branch: master
Gerrit-Owner: Himavarshini <himayarraga...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to