r69113 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69112‎ | r69113 | r69114 >
Date:21:09, 6 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Test commit
Modified paths:
  • /trunk/extensions/Maps/Maps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps.php
@@ -78,6 +78,8 @@
7979
8080 /**
8181 * Initialization function for the Maps extension.
 82+ *
 83+ * @return true
8284 */
8385 function efMapsSetup() {
8486 global $wgExtensionCredits, $wgLang, $wgAutoloadClasses;
@@ -139,6 +141,8 @@
140142
141143 /**
142144 * Adds a link to Admin Links page.
 145+ *
 146+ * @return true
143147 */
144148 function efMapsAddToAdminLinks( &$admin_links_tree ) {
145149 $displaying_data_section = $admin_links_tree->getSection( wfMsg( 'smw_adminlinks_displayingdata' ) );

Status & tagging log