r44903 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44902‎ | r44903 | r44904 >
Date:17:46, 22 December 2008
Author:yaron
Status:deferred
Tags:
Comment:
Changed method names to match SMW's new names
Modified paths:
  • /trunk/extensions/SemanticDrilldown/languages/SD_Language.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticDrilldown/languages/SD_Language.php
@@ -52,14 +52,14 @@
5353 /**
5454 * Function that returns the labels for the special properties.
5555 */
56 - function getSpecialPropertiesArray() {
 56+ function getPropertyLabels() {
5757 return $this->m_SpecialProperties;
5858 }
5959
6060 /**
6161 * Aliases for special properties, if any.
6262 */
63 - function getSpecialPropertyAliases() {
 63+ function getPropertyAliases() {
6464 return $this->m_SpecialPropertyAliases;
6565 }
6666

Status & tagging log