r47169 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47168‎ | r47169 | r47170 >
Date:22:59, 11 February 2009
Author:yaron
Status:deferred
Tags:
Comment:
Renamed methods to match SMW 1.4's renaming
Modified paths:
  • /trunk/extensions/DataTransfer/languages/DT_Language.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DataTransfer/languages/DT_Language.php
@@ -21,14 +21,14 @@
2222 /**
2323 * Function that returns the labels for the special properties.
2424 */
25 - function getSpecialPropertiesArray() {
 25+ function getPropertyLabels() {
2626 return $this->m_SpecialProperties;
2727 }
2828
2929 /**
3030 * Aliases for special properties, if any.
3131 */
32 - function getSpecialPropertyAliases() {
 32+ function getPropertyAliases() {
3333 return $this->m_SpecialPropertyAliases;
3434 }
3535 }

Status & tagging log